fix dockerfile
This commit is contained in:
@@ -15,7 +15,7 @@ const clearLocalAuthStorage = () => {
|
||||
sessionStorage.clear();
|
||||
};
|
||||
|
||||
export const useAuth = () => {
|
||||
export const useAuthSession = () => {
|
||||
const fetchUserSession = async () => {
|
||||
isLoading.value = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user