Browse Source

Update server/server.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/772/head
Andreas Brett 3 years ago
committed by GitHub
parent
commit
93c231b4d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      server/server.js

1
server/server.js

@ -877,7 +877,6 @@ exports.entryPage = "dashboard";
ok: true,
data: user.username,
});
} catch (e) {
callback({
ok: false,

Loading…
Cancel
Save