finalized application acceptance system and started making types shared across front and backend
This commit is contained in:
@@ -16,7 +16,6 @@ export const useUserStore = defineStore('user', () => {
|
||||
|
||||
if (res.ok) {
|
||||
const data = await res.json();
|
||||
console.log(data);
|
||||
user.value = data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user