diff --git a/CHANGELOG.md b/CHANGELOG.md index 2619827..2179862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +### Fixed +- Paste from clipboard into login fields + +### Changed +- Replaced login page and workflow ## [0.7.0] ### Fixed diff --git a/src/pages/login/login.scss b/src/pages/login/login.scss index 2b94c14..a000ac1 100644 --- a/src/pages/login/login.scss +++ b/src/pages/login/login.scss @@ -1,3 +1,3 @@ page-login { - + user-select: auto !important; }