mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
71304: Implement Forgot password components
This commit is contained in:
@@ -8,7 +8,7 @@ import { AuthMethod } from '../../core/auth/models/auth.method';
|
||||
import { getAuthenticationMethods, isAuthenticated, isAuthenticationLoading } from '../../core/auth/selectors';
|
||||
import { CoreState } from '../../core/core.reducers';
|
||||
import { AuthService } from '../../core/auth/auth.service';
|
||||
import { getRegisterPath } from '../../app-routing.module';
|
||||
import { getForgotPasswordPath, getRegisterPath } from '../../app-routing.module';
|
||||
|
||||
/**
|
||||
* /users/sign-in
|
||||
@@ -86,4 +86,8 @@ export class LogInComponent implements OnInit, OnDestroy {
|
||||
getRegisterPath() {
|
||||
return getRegisterPath();
|
||||
}
|
||||
|
||||
getForgotPath() {
|
||||
return getForgotPasswordPath();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user