mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
i18n page strings
This commit is contained in:
parent
4ab48cc67d
commit
59dc6ea991
29 changed files with 125 additions and 107 deletions
|
@ -65,15 +65,6 @@ export default Controller.extend(AuthProvider, {
|
|||
this.set('invalidCredentials', true);
|
||||
});
|
||||
}
|
||||
// if (this.get('isAuthProviderCAS')) {
|
||||
//
|
||||
// this.get('session').authenticate('authenticator:cas').then((response) => {
|
||||
// this.transitionToRoute('folders');
|
||||
// return response;
|
||||
// }).catch(() => {
|
||||
// this.set('invalidCredentials', true);
|
||||
// });
|
||||
// }
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue