✨ File encryption
✨ Shared login status across sites
This commit is contained in:
@@ -32,7 +32,3 @@ async function fetchVersion() {
|
||||
|
||||
onMounted(() => fetchVersion())
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* Add any specific styles here if needed, though Tailwind should handle most. */
|
||||
</style>
|
||||
|
@@ -30,7 +30,6 @@ onMounted(async () => {
|
||||
const fp = await FingerprintJS.load()
|
||||
const result = await fp.get()
|
||||
deviceId.value = result.visitorId
|
||||
localStorage.setItem('deviceId', deviceId.value)
|
||||
})
|
||||
|
||||
const selectedFactor = computed(() => {
|
||||
@@ -214,7 +213,6 @@ async function exchangeToken() {
|
||||
}
|
||||
|
||||
const { token } = await response.json()
|
||||
localStorage.setItem('authToken', token)
|
||||
await userStore.fetchUser()
|
||||
|
||||
const redirectUri = route.query.redirect_uri as string
|
||||
|
Reference in New Issue
Block a user