This commit is contained in:
reya
2024-02-22 14:01:29 +07:00
parent e9ce932646
commit 64286aa354
34 changed files with 899 additions and 354 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const Route = createFileRoute("/")({
const loadAccount = await ark.load_selected_account(accounts[0].npub);
if (loadAccount) {
throw redirect({
to: "/app/home",
to: "/app/home/local",
search: {
redirect: location.href,
},