Replaced restbed with beast
Some checks failed
/ Build the server (push) Failing after 1m33s

This commit is contained in:
2024-04-23 15:38:41 +02:00
parent 4c954b1d98
commit 3b211d1af6
25 changed files with 1104 additions and 1870 deletions

View File

@@ -8,8 +8,7 @@
let username = '', key = '', password = '', password2 = '';
async function sendKey() {
if (await workingWrapper(() => rpc.Auth_send_recovery_key(username)) == null)
return;
await workingWrapper(() => rpc.Auth_send_recovery_key(username));
info_banner.set('A message has been sent');
enter_key = true;
}