Add password autofill on account login and creation

Changelog-Added: Add password autofill on account login and creation
Closes: #559
This commit is contained in:
2023-02-08 21:22:04 -05:00
committed by William Casarin
parent dbe938ad9b
commit bf7120dc08
4 changed files with 26 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ public struct DismissKeyboardOnTap: ViewModifier {
}
func end_editing() {
public func end_editing() {
UIApplication.shared.connectedScenes
.filter {$0.activationState == .foregroundActive}
.map {$0 as? UIWindowScene}