mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 15:37:45 +02:00
Implement login with scanned QR code flows
This commit is contained in:
committed by
Stefan Ceriu
parent
bbd3470659
commit
fa3866ea76
+5
-5
@@ -94,11 +94,11 @@ struct AuthenticationQRLoginConfirmScreen: View {
|
||||
.padding(.bottom, 12)
|
||||
.accessibilityIdentifier("alertText")
|
||||
|
||||
Button(action: confirm) {
|
||||
Text(VectorL10n.confirm)
|
||||
}
|
||||
.buttonStyle(PrimaryActionButtonStyle(font: theme.fonts.bodySB))
|
||||
.accessibilityIdentifier("confirmButton")
|
||||
// Button(action: confirm) {
|
||||
// Text(VectorL10n.confirm)
|
||||
// }
|
||||
// .buttonStyle(PrimaryActionButtonStyle(font: theme.fonts.bodySB))
|
||||
// .accessibilityIdentifier("confirmButton")
|
||||
|
||||
Button(action: cancel) {
|
||||
Text(VectorL10n.cancel)
|
||||
|
||||
Reference in New Issue
Block a user