MESSENGER-3895 qr code login

This commit is contained in:
Arnfried Griesert
2023-02-08 12:19:07 +00:00
committed by Frank Rotermund
parent fd8ab8e648
commit d7a23d53dc
15 changed files with 294 additions and 20 deletions
@@ -46,10 +46,15 @@ struct AuthenticationServerSelectionViewState: BindableState {
}
/// The title shown on the confirm button.
var buttonTitle: String {
hasModalPresentation ? VectorL10n.confirm : VectorL10n.next
var scanCodeButtonTitle: String {
BWIL10n.authenticationServerSelectionScanCodeButtonTitle
}
/// The title shown on the confirm button.
var buttonTitle: String {
hasModalPresentation ? VectorL10n.confirm : BWIL10n.authenticationServerSelectionSubmitButtonTitle
}
/// The text field is showing an error.
var isShowingFooterError: Bool {
footerErrorMessage != nil