mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
refactor login
This commit is contained in:
@ -78,5 +78,4 @@ export const logout = ({ commit, dispatch, state }, noRequest = false) => {
|
||||
|
||||
export const loginOnBoardingUser = ({ commit, dispatch, state }, token) => {
|
||||
commit(types.AUTH_SUCCESS, token)
|
||||
window.toastr['success']('Login Successful')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user