mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +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>
|
<!--<p>
|
||||||
Shibboleth login successfull! Please wait while we redirect you...
|
Shibboleth login successfull! Please wait while we redirect you...
|
||||||
</p>-->
|
</p>-->
|
||||||
|
@@ -12,7 +12,7 @@ import {Observable, of} from 'rxjs';
|
|||||||
export class ShibbolethComponent implements OnInit {
|
export class ShibbolethComponent implements OnInit {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* True if the authentication is loading.
|
* True if the shibboleth authentication is loading.
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
public loading: Observable<boolean>;
|
public loading: Observable<boolean>;
|
||||||
|
Reference in New Issue
Block a user