mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
Added hardcoded shibboleth button
This commit is contained in:
@@ -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>-->
|
||||
|
@@ -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>;
|
||||
|
Reference in New Issue
Block a user