fix: android mal logins

This commit is contained in:
NoCrypt 2024-09-12 19:40:01 +07:00
parent 97012f8444
commit 89799bffe5
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ const config = {
},
plugins: {
SplashScreen: { launchShowDuration: 0 },
CapacitorHttp: { enabled: false },
CapacitorHttp: { enabled: true },
CapacitorNodeJS: { nodeDir: 'nodejs' }
},
server: {

View file

@ -7,7 +7,7 @@
import { click } from '@/modules/click.js'
import { toast } from 'svelte-sonner'
import { LogOut, Plus } from 'lucide-svelte'
import IPC from "@/modules/ipc"
import IPC from "@/modules/ipc.js"
export const profileView = writable(false)
const profileAdd = writable(false)

View file

@ -84,7 +84,7 @@
</script>
<Tabs>
<div class='d-flex w-full h-full position-relative settings root flex-md-row flex-column overflow-y-auto overflow-y-md-hidden' use:smoothScroll>
<div class='d-flex w-full h-full position-relative settings root flex-md-row flex-column overflow-y-auto overflow-y-md-hidden' style="padding-top: var(--safe-area-top)" use:smoothScroll>
<div class='d-flex flex-column flex-row h-full w-md-300 bg-dark position-relative px-20 px-md-0 flex-basis-0-md-custom'>
<div class='px-20 py-15 font-size-24 font-weight-semi-bold'>Settings</div>
{#each Object.values(groups) as group}