mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 19:10:49 +02:00
feat: use the homeserver url from the wellknown file for JWT check (MESSENGER-6777)
This commit is contained in:
+5
@@ -62,6 +62,11 @@ struct AuthenticationServerSelectionBindings {
|
||||
var homeserverAddress: String
|
||||
/// Information describing the currently displayed alert.
|
||||
var alertInfo: AlertInfo<AuthenticationServerSelectionErrorType>?
|
||||
/// BWI: #6777 Show error alerts
|
||||
var showAlert = false
|
||||
/// BWI: #6777 show info alert if the server is not supported
|
||||
var isInvalidServerAlert = false
|
||||
/// BWI END
|
||||
}
|
||||
|
||||
enum AuthenticationServerSelectionViewAction {
|
||||
|
||||
Reference in New Issue
Block a user