mirror of
https://github.com/exzork/GCAuth.git
synced 2024-11-24 00:23:58 +00:00
fix account save
This commit is contained in:
parent
9fd9de2c1d
commit
5508233001
@ -134,6 +134,7 @@ public class GCAuthExternalAuthenticator implements ExternalAuthenticator {
|
||||
for (String permission : GCAuth.getConfigStatic().defaultPermissions) {
|
||||
account.addPermission(permission);
|
||||
}
|
||||
account.save();
|
||||
}
|
||||
}
|
||||
response.send(authResponse);
|
||||
|
Loading…
Reference in New Issue
Block a user