mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
70504: Implement feedback
This commit is contained in:
@@ -8,6 +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';
|
||||
|
||||
/**
|
||||
* /users/sign-in
|
||||
@@ -82,4 +83,7 @@ export class LogInComponent implements OnInit, OnDestroy {
|
||||
this.alive = false;
|
||||
}
|
||||
|
||||
getRegisterPath() {
|
||||
return getRegisterPath();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user