1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

working on forentend

This commit is contained in:
Derek Chen 2019-08-08 00:40:03 +08:00
parent 9d6b6fec23
commit 8c99977fc9
10 changed files with 130 additions and 5 deletions

View file

@ -42,6 +42,8 @@ export default Route.extend(AuthenticatedRouteMixin, {
case constants.AuthProvider.LDAP:
data.authConfig = config;
break;
case constants.AuthProvider.CAS:
data.authConfig = config;
case constants.AuthProvider.Documize:
data.authConfig = '';
break;