From 587531ab6ed98a9993245a141fccdd45a5beae0b Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 19 May 2019 06:23:38 -0700 Subject: [PATCH] fix paste from clipboard into login resolves #83 --- CHANGELOG.md | 5 +++++ src/pages/login/login.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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; }