mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Implement login with scanned QR code flows
This commit is contained in:
committed by
Stefan Ceriu
parent
bbd3470659
commit
fa3866ea76
+3
-3
@@ -77,7 +77,7 @@ struct AuthenticationQRLoginStartScreen: View {
|
||||
.accessibilityIdentifier("subtitleLabel")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// The screen's footer.
|
||||
var footerContent: some View {
|
||||
VStack(spacing: 12) {
|
||||
@@ -87,10 +87,10 @@ struct AuthenticationQRLoginStartScreen: View {
|
||||
.buttonStyle(PrimaryActionButtonStyle(font: theme.fonts.bodySB))
|
||||
.padding(.bottom, 8)
|
||||
.accessibilityIdentifier("scanQRButton")
|
||||
|
||||
|
||||
if context.viewState.canShowDisplayQRButton {
|
||||
LabelledDivider(label: VectorL10n.authenticationQrLoginStartNeedAlternative)
|
||||
|
||||
|
||||
Button(action: displayQR) {
|
||||
Text(VectorL10n.authenticationQrLoginStartDisplayQr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user