Implement Authentication with email + password (#343)
* Implement Login screen ui and add RequireNotAuth guard * Perform login through auth/password-login flow
This commit is contained in:
6
front/src/modules/auth/states/authFlowUserEmailState.ts
Normal file
6
front/src/modules/auth/states/authFlowUserEmailState.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const authFlowUserEmailState = atom<string>({
|
||||
key: 'authFlowUserEmailState',
|
||||
default: '',
|
||||
});
|
||||
Reference in New Issue
Block a user