Fixed error caused by updating to the latest from RSWeb
This commit is contained in:
parent
f6677367ec
commit
47a7fa420d
|
@ -263,6 +263,8 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
|||
switch credentials {
|
||||
case .basic(let username, _):
|
||||
self.username = username
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
try CredentialsManager.storeCredentials(credentials, server: server)
|
||||
|
|
Loading…
Reference in New Issue