6 lines
120 B
JavaScript
Executable File
6 lines
120 B
JavaScript
Executable File
async function initAuthObserver(store, _router) {
|
|
await store.dispatch('fetchMe');
|
|
}
|
|
|
|
export default initAuthObserver;
|