mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Add initial tests on the authentication service. (#6229)
This commit is contained in:
@@ -21,7 +21,7 @@ enum RegisterThreePID {
|
||||
case msisdn(msisdn: String, countryCode: String)
|
||||
}
|
||||
|
||||
struct ThreePIDCredentials: Codable {
|
||||
struct ThreePIDCredentials: Codable, Equatable {
|
||||
var clientSecret: String?
|
||||
|
||||
var identityServer: String?
|
||||
|
||||
Reference in New Issue
Block a user