mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
Add username to user
This commit is contained in:
@@ -2,7 +2,7 @@ import ActionTypes from '../../constants/ActionTypes';
|
||||
|
||||
const initialState = {
|
||||
data: {
|
||||
email: '',
|
||||
emailOrUsername: '',
|
||||
password: '',
|
||||
},
|
||||
isSubmitting: false,
|
||||
|
||||
@@ -4,6 +4,7 @@ const initialState = {
|
||||
data: {
|
||||
email: '',
|
||||
name: '',
|
||||
username: '',
|
||||
},
|
||||
isSubmitting: false,
|
||||
error: null,
|
||||
|
||||
Reference in New Issue
Block a user