CowCat

Results 2 issues of CowCat

### Environment const $auth = useAuth() onBeforeMount(()=>{ userLogin() }) async function userLogin() { try { const response = await $auth.loginWith('discord') console.log(response) } catch (err) { console.log(err) } } ### Nuxt...

pending triage

## Bug Report After updating to the new version 9.1.0 the readonly flag is not being set in my test project. It only detects the readOnly flag if set to...

help wanted
good first issue
question