feat: custom status page

feat: logout
This commit is contained in:
2025-02-26 11:54:10 +00:00
parent 912bb21022
commit 7af41a1480
12 changed files with 160 additions and 53 deletions

View File

@ -16,6 +16,7 @@ export default function useLogin() {
publicKey: session.publicKey,
system,
api: new LNVpsApi(ApiUrl, LoginState.getSigner()),
logout: () => LoginState.logout()
}
: undefined, [session, system]);
}