mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
Branch change commit
This commit is contained in:
@@ -202,6 +202,7 @@ export class AuthService {
|
||||
* @returns {User}
|
||||
*/
|
||||
public retrieveAuthMethods(): Observable<string> {
|
||||
console.log('auth.service retrieveAuthMethods() was called');
|
||||
return this.authRequestService.getRequest('login').pipe(
|
||||
map((status: AuthStatus) => {
|
||||
let url = '';
|
||||
@@ -214,6 +215,7 @@ export class AuthService {
|
||||
}
|
||||
|
||||
private parseSSOLocation(url: string): string {
|
||||
console.log('auth.service parseSSOLocation was called');
|
||||
const parseUrl = decodeURIComponent(url);
|
||||
// const urlTree: UrlTree = this.router.parseUrl(url);
|
||||
// this.router.parseUrl(url);
|
||||
|
Reference in New Issue
Block a user