We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ac298 commit 4faf1cfCopy full SHA for 4faf1cf
Sources/DirectToSwiftUI/Support/FoundationExtras.swift
@@ -86,7 +86,6 @@ extension String {
86
return needle.range(of: needle)
87
}
88
89
- let len = count
90
let slen = needle.count
91
let sc = needle.first!
92
Sources/DirectToSwiftUI/Views/BasicLook/Pages/Login.swift
@@ -63,7 +63,6 @@ public extension BasicLook.Page {
63
64
private func login() {
65
// FIXME: Make async, add spinner, all the good stuff ;-)
66
- let pwd = password
67
defer { password = "" }
68
69
loginUser = nil
0 commit comments