mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 06:58:20 +02:00
MESSENGER-3895 qr code login
This commit is contained in:
committed by
Frank Rotermund
parent
fd8ab8e648
commit
d7a23d53dc
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user