Skip to content

Commit 98efde2

Browse files
committed
change auth code input to secure
1 parent c05355a commit 98efde2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/network/Authenticate/LoginInitial/AuthCodeLoginSheet.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ struct AuthCodeLoginSheet: View {
5151
let result = await viewModel.authCodeLogin()
5252
self.handleAuthCodeLoginResult(result)
5353
}
54-
}
54+
},
55+
isSecure: true
5556
)
5657

5758
Spacer().frame(height: 24)

0 commit comments

Comments
 (0)