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 5129dd4 commit 28ad9e3Copy full SHA for 28ad9e3
templates/swift/Sources/OAuth/WebAuthComponent.swift.twig
@@ -69,11 +69,8 @@ public class WebAuthComponent {
69
return
70
}
71
72
- domain.remove(at: domain.startIndex)
73
var domain = validatedCookieParts.domain
74
domain.remove(at: domain.startIndex)
75
- let key = validatedCookieParts.key
76
- let secret = validatedCookieParts.secret
77
78
let path: String? = cookieParts["path"]
79
let expires: String? = cookieParts["expires"]
0 commit comments