Implement login with scanned QR code flows

This commit is contained in:
Stefan Ceriu
2022-10-11 15:56:37 +03:00
committed by Stefan Ceriu
parent bbd3470659
commit fa3866ea76
19 changed files with 442 additions and 139 deletions
@@ -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)