fix paste from clipboard into login resolves #83

This commit is contained in:
Morgan McMillian 2019-05-19 06:23:38 -07:00
parent 6d79b9b600
commit 587531ab6e
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
page-login {
user-select: auto !important;
}