mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 10:19:27 +08:00
user creation and other updates
This commit is contained in:
@@ -43,7 +43,7 @@ export function AddServerButton() {
|
||||
return
|
||||
}
|
||||
// get public key
|
||||
pb.send('/getkey', {}).then(({ key }) => {
|
||||
pb.send('/api/qoma/getkey', {}).then(({ key }) => {
|
||||
$publicKey.set(key)
|
||||
})
|
||||
}, [open])
|
||||
|
Reference in New Issue
Block a user