added empty collaborator handling, hid feed, and fixed some minor styling
This commit is contained in:
parent
56786c1f91
commit
cdb7fa186a
4 changed files with 5 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ export const useAuth = () => {
|
|||
credentials: 'include',
|
||||
})
|
||||
await $api('/api/login', {method: 'POST', body: {email, password}})
|
||||
await navigateTo('/')
|
||||
await navigateTo('/lists')
|
||||
}
|
||||
|
||||
const register = async (email: string, username: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue