fix paste from clipboard into login resolves #83
This commit is contained in:
parent
6d79b9b600
commit
587531ab6e
2 changed files with 6 additions and 1 deletions
|
@ -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/).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Fixed
|
||||||
|
- Paste from clipboard into login fields
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Replaced login page and workflow
|
||||||
|
|
||||||
## [0.7.0]
|
## [0.7.0]
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
page-login {
|
page-login {
|
||||||
|
user-select: auto !important;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue