Added hardcoded shibboleth button

This commit is contained in:
Julius Gruber
2019-06-27 10:13:14 +02:00
parent 39fd025252
commit 7c243623c8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<ds-loading *ngIf="(loading | async)" message="'Shibboleth log-in successfull. Please wait while we redirect you'" class="m-5"></ds-loading>
<ds-loading *ngIf="(loading | async)" message="'Shibboleth log-in successfull. Please wait while we redirect you...'" class="m-5"></ds-loading>
<!--<p>
Shibboleth login successfull! Please wait while we redirect you...
</p>-->

View File

@@ -12,7 +12,7 @@ import {Observable, of} from 'rxjs';
export class ShibbolethComponent implements OnInit {
/**
* True if the authentication is loading.
* True if the shibboleth authentication is loading.
* @type {boolean}
*/
public loading: Observable<boolean>;