remove test AuthMethodModel

This commit is contained in:
Giuseppe Digilio
2019-10-24 22:48:51 +02:00
parent 1896b14520
commit eea76746b1

View File

@@ -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;
}