Skip to content
This repository was archived by the owner on Apr 5, 2026. It is now read-only.

Commit 46ec2df

Browse files
committed
polished signup.js
1 parent 4166de0 commit 46ec2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

foxx/signup/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
password: crypto.sha384(password)
2929
}).toArray()[0];
3030

31-
res.send({result: 'ok', qr});
31+
res.send({result: qr._key});
3232
} catch (e)
3333
{
3434
res.throw(409, 'User already exists');

0 commit comments

Comments
 (0)