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 62dd329 commit 39a80c4Copy full SHA for 39a80c4
Sources/Authenticator/States/SignUpState.swift
@@ -30,7 +30,7 @@ public class SignUpState: AuthenticatorBaseState {
30
case .username:
31
username = field.value
32
case .password:
33
- password = field.value
+ password = !field.value.isEmpty ? field.value : nil
34
default:
35
if let key = field.field.attributeType.attributeKey {
36
attributes.append(
0 commit comments