fix account save

This commit is contained in:
muhammadeko 2022-05-15 11:30:02 +07:00
parent 9fd9de2c1d
commit 5508233001
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1

View File

@ -134,6 +134,7 @@ public class GCAuthExternalAuthenticator implements ExternalAuthenticator {
for (String permission : GCAuth.getConfigStatic().defaultPermissions) {
account.addPermission(permission);
}
account.save();
}
}
response.send(authResponse);