diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 50b4ee1..e821eca 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -234,6 +234,7 @@ declare global { const useMouseInElement: typeof import('@vueuse/core').useMouseInElement const useMousePressed: typeof import('@vueuse/core').useMousePressed const useMutationObserver: typeof import('@vueuse/core').useMutationObserver + const useNavigateToRedirect: typeof import('./src/composables/useNavigateToRedirect').useNavigateToRedirect const useNavigatorLanguage: typeof import('@vueuse/core').useNavigatorLanguage const useNetwork: typeof import('@vueuse/core').useNetwork const useNow: typeof import('@vueuse/core').useNow @@ -372,7 +373,6 @@ declare module 'vue' { readonly acceptHMRUpdate: UnwrapRef readonly asyncComputed: UnwrapRef readonly autoResetRef: UnwrapRef - readonly beforeApp: UnwrapRef readonly clearExpiredCaches: UnwrapRef readonly computed: UnwrapRef readonly computedAsync: UnwrapRef @@ -516,7 +516,6 @@ declare module 'vue' { readonly useAsyncQueue: UnwrapRef readonly useAsyncState: UnwrapRef readonly useAttrs: UnwrapRef - readonly useAuth: UnwrapRef readonly useBase64: UnwrapRef readonly useBattery: UnwrapRef readonly useBluetooth: UnwrapRef @@ -595,6 +594,7 @@ declare module 'vue' { readonly useMouseInElement: UnwrapRef readonly useMousePressed: UnwrapRef readonly useMutationObserver: UnwrapRef + readonly useNavigateToRedirect: UnwrapRef readonly useNavigatorLanguage: UnwrapRef readonly useNetwork: UnwrapRef readonly useNow: UnwrapRef diff --git a/src/App.vue b/src/App.vue index caa926b..52bb124 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,15 @@ @@ -33,7 +38,11 @@ async function handleSignInPhoneNumber(value: PhoneNumberVerifyClient) { - + + + + + {{ t('auth.login.signupButton') }} diff --git a/src/views/onchain-address/index.vue b/src/views/onchain-address/index.vue index a4c9cdc..27ea5ae 100644 --- a/src/views/onchain-address/index.vue +++ b/src/views/onchain-address/index.vue @@ -1,7 +1,8 @@