🐛Sharing files doesn't work for the files and folders from "My Drive" (#143)
🐛small fix on the token expiration also
This commit is contained in:
@@ -89,10 +89,10 @@ class Login extends Observable {
|
||||
this.cookies.remove('pending-redirect');
|
||||
setTimeout(() => {
|
||||
document.location.href = redirectUrl;
|
||||
}, 500);
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
this.updateUser((err, user) => this.logger.debug('User is updated', err, user));
|
||||
await this.updateUser((err, user) => this.logger.debug('User is updated', err, user));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -58,7 +58,7 @@ export default class InternalAuthProviderService
|
||||
|
||||
return new Promise<void>((resolve, reject) => {
|
||||
this.signinIn = true;
|
||||
|
||||
this.logger.log("Sign in in console");
|
||||
ConsoleAPIClient.login(
|
||||
{
|
||||
email: params.username,
|
||||
|
||||
Reference in New Issue
Block a user