mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-11 05:58:26 -06:00
Fucking idiot Nova here breaking shit
This commit is contained in:
@@ -181,6 +181,7 @@ public class Authorization {
|
||||
AESEncryption encryption = new AESEncryption(gs);
|
||||
gs.setEncryptedAccessToken(encryption.encrypt(aprg.access_token));
|
||||
gs.setEncryptedRefreshToken(encryption.encrypt(aprg.refresh_token));
|
||||
gs.setUseExternalCalendar(true);
|
||||
DatabaseManager.getManager().updateSettings(gs);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user