Skip to content
Snippets Groups Projects
Commit 870f9a87 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: fix typo

parent 88502bce
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ export const useAuthStore = defineStore('auth', () => {
}
if (user?.permissions) {
const permissions = user.permissions.map((p) => `\t{${p}`).join('\n')
const permissions = user.permissions.map((p) => `\t${p}`).join('\n')
console.debug(`User is logged in. Provided permissions are:\n${permissions}`)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment