mirror of
https://github.com/ZeroCatDev/ClassworksKVAdmin.git
synced 2025-10-22 12:03:10 +00:00
Merge pull request #1 from ZeroCatDev/copilot/fix-authorize-page-access
[WIP] Fix bug preventing access to authorize page
This commit is contained in:
commit
be54e877d5
6010
package-lock.json
generated
Normal file
6010
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,11 @@
|
||||
<route lang="json">
|
||||
{
|
||||
"meta": {
|
||||
"requiresAuth": false
|
||||
}
|
||||
}
|
||||
</route>
|
||||
|
||||
<script setup>
|
||||
import { ref, computed, onMounted } from 'vue'
|
||||
import { useRoute, useRouter } from 'vue-router'
|
||||
|
Loading…
x
Reference in New Issue
Block a user