sweet! can now update transactions
This commit is contained in:
@@ -26,7 +26,7 @@ AuthService.on(AuthService.AUTH_EVENTS.AUTHENTICATED, async function() {
|
||||
AppState.user = AuthService.user
|
||||
await accountService.getAccount()
|
||||
socketService.authenticate(AuthService.bearer)
|
||||
// NOTE if there is something you want to do once the user is authenticated, place that here
|
||||
// NOTE if there is something you want to do once the user is authenticated, place that here (!!!)
|
||||
})
|
||||
|
||||
async function refreshAuthToken(config) {
|
||||
|
||||
Reference in New Issue
Block a user