feat: add admin panel (#31)

* feat: add admin panel

* feature: update limit
This commit is contained in:
Dream Hunter
2023-10-09 10:03:15 -05:00
committed by GitHub
parent 0f74bde850
commit 5cfc78d70d
15 changed files with 343 additions and 10 deletions
+1 -2
View File
@@ -13,10 +13,9 @@ const { toClipboard } = useClipboard()
const message = useMessage()
const address = ref("")
const { jwt, loading, openSettings } = useGlobalState()
const { jwt, openSettings } = useGlobalState()
const autoRefresh = ref(false)
const data = ref([])
const API_BASE = import.meta.env.VITE_API_BASE || "";
const timer = ref(null)
const showPassword = ref(false)
const showNewEmail = ref(false)