Fixed error caused by updating to the latest from RSWeb

This commit is contained in:
Maurice Parker
2019-06-16 14:55:48 -05:00
parent f6677367ec
commit 47a7fa420d

View File

@@ -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)