mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed issue with no authentication methods displayed
This commit is contained in:
@@ -80,11 +80,13 @@ export class AuthStatus implements CacheableObject {
|
|||||||
* Authentication error if there was one for this status
|
* Authentication error if there was one for this status
|
||||||
*/
|
*/
|
||||||
// TODO should be refactored to use the RemoteData error
|
// TODO should be refactored to use the RemoteData error
|
||||||
|
@autoserialize
|
||||||
error?: AuthError;
|
error?: AuthError;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* All authentication methods enabled at the backend
|
* All authentication methods enabled at the backend
|
||||||
*/
|
*/
|
||||||
|
@autoserialize
|
||||||
authMethods: AuthMethod[];
|
authMethods: AuthMethod[];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user