chore: Syncs changes that were erroneously made in enterprise repo (#1949)
This commit is contained in:
@@ -174,7 +174,7 @@ export default class AuthStore {
|
||||
|
||||
runInAction("AuthStore#updateUser", () => {
|
||||
this.addPolicies(res.policies);
|
||||
this.user = res.data;
|
||||
this.user = new User(res.data);
|
||||
});
|
||||
} finally {
|
||||
this.isSaving = false;
|
||||
|
||||
Reference in New Issue
Block a user