mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 02:54:13 +00:00
Merge branch 'main' into w2p-72699_Hard-redirect-after-log-in
Conflicts: src/app/app-routing.module.ts src/app/shared/log-in/log-in.component.ts
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
isAuthenticationLoading
|
||||
} from '../../core/auth/selectors';
|
||||
import { CoreState } from '../../core/core.reducers';
|
||||
import { getForgotPasswordPath, getRegisterPath } from '../../app-routing.module';
|
||||
import { getForgotPasswordRoute, getRegisterRoute } from '../../app-routing-paths';
|
||||
import { hasValue } from '../empty.util';
|
||||
import { AuthService } from '../../core/auth/auth.service';
|
||||
|
||||
@@ -72,11 +72,11 @@ export class LogInComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
getRegisterPath() {
|
||||
return getRegisterPath();
|
||||
getRegisterRoute() {
|
||||
return getRegisterRoute();
|
||||
}
|
||||
|
||||
getForgotPath() {
|
||||
return getForgotPasswordPath();
|
||||
getForgotRoute() {
|
||||
return getForgotPasswordRoute();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user