mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 19:54:08 +00: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