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