🧑💻 ✨ Add UI for generating API tokens (/token)
This commit is contained in:
@ -20,7 +20,9 @@ const route = useRoute();
|
||||
const routeName = computed(() => route.name);
|
||||
const isDataView = computed(() => {
|
||||
return (
|
||||
routeName.value != "title.settings" && routeName.value != "title.login"
|
||||
routeName.value != "title.settings" &&
|
||||
routeName.value != "title.login" &&
|
||||
routeName.value != "title.token"
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user