forked from DebaucheryLibrarian/traxxx
Added user sign up and login.
This commit is contained in:
5
assets/js/auth/observers.js
Normal file
5
assets/js/auth/observers.js
Normal file
@@ -0,0 +1,5 @@
|
||||
async function initAuthObserver(store, _router) {
|
||||
await store.dispatch('fetchMe');
|
||||
}
|
||||
|
||||
export default initAuthObserver;
|
||||
Reference in New Issue
Block a user