Disallow creating accounts as a guest. #52

This commit is contained in:
2024-05-14 12:41:17 -04:00
parent 46e711f0a5
commit f79d7b35a4
3 changed files with 6 additions and 3 deletions

View File

@ -78,7 +78,7 @@ async function main() {
alert('Successfully created: ' + id);
await tfrpc.rpc.reload();
} catch (e) {
alert('Error creating identity: ' + e);
alert('Error creating identity: ' + e.message);
}
}
handler.hide_id = function hide_id(event, element) {