mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Fix PR remarks
This commit is contained in:
@@ -75,6 +75,15 @@ enum LoginMode {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
var isUnsupported: Bool {
|
||||
switch self {
|
||||
case .unsupported:
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// Data obtained when calling `LoginWizard.resetPassword` that will be used
|
||||
|
||||
Reference in New Issue
Block a user