diff --git a/src/app/+login-page/shibboleth/shibboleth.component.html b/src/app/+login-page/shibboleth/shibboleth.component.html index e1bfd6b052..12007d03d0 100644 --- a/src/app/+login-page/shibboleth/shibboleth.component.html +++ b/src/app/+login-page/shibboleth/shibboleth.component.html @@ -1,3 +1,3 @@
- shibboleth works! + Shibboleth login successfull! Please wait while we redirect you...
diff --git a/src/app/core/auth/auth.service.ts b/src/app/core/auth/auth.service.ts index 67fa408b98..3f1a4e676e 100644 --- a/src/app/core/auth/auth.service.ts +++ b/src/app/core/auth/auth.service.ts @@ -116,7 +116,7 @@ export class AuthService { public startShibbAuth(): Observable