mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
remove test AuthMethodModel
This commit is contained in:
@@ -123,7 +123,7 @@ export class AuthInterceptor implements HttpInterceptor {
|
||||
} else {
|
||||
authMethodModels.push(new AuthMethodModel(AuthMethodType.Password));
|
||||
}
|
||||
authMethodModels.push(new AuthMethodModel(AuthMethodType.Shibboleth, 'location'));
|
||||
|
||||
return authMethodModels;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user