Redirect to keys after sign up

This commit is contained in:
Rogerio Chaves 2020-04-16 22:16:04 +02:00
parent 63fcbc8d68
commit 4ed2d68d17
No known key found for this signature in database
GPG Key ID: E6AF5440509B1D94
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ router.post("/signup", async (req, res) => {
await queries.autofollow(ssbServer, profileId); await queries.autofollow(ssbServer, profileId);
res.redirect("/"); res.redirect("/keys");
}); });
router.get("/keys", (req, res) => { router.get("/keys", (req, res) => {