mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-07-07 04:19:43 -04:00
feat: add link to syscall
This commit is contained in:
@ -17,6 +17,7 @@ export default function Login() {
|
||||
|
||||
if (json.message.startsWith("Hello")) {
|
||||
localStorage.setItem("key", data.key.toString());
|
||||
localStorage.setItem("hostname", json.message.slice(7).replace("!", ""));
|
||||
location.reload();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user