aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/controllers/user.ts
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-14 02:47:28 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-14 02:47:28 -0500
commitddd503f21dc4b3368d80b4be475817cd9a13fcd1 (patch)
tree5a235f3405fb3c5e1c7bb9db852ef73ddbfb2b75 /src/server/authentication/controllers/user.ts
parentff25c29c6801b1858ce6cd15a5735dba1fc67e8c (diff)
getting there?
Diffstat (limited to 'src/server/authentication/controllers/user.ts')
-rw-r--r--src/server/authentication/controllers/user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/controllers/user.ts b/src/server/authentication/controllers/user.ts
index 590224fb0..f74ff9039 100644
--- a/src/server/authentication/controllers/user.ts
+++ b/src/server/authentication/controllers/user.ts
@@ -17,7 +17,7 @@ export let getSignup = (req: Request, res: Response) => {
return res.redirect("/");
}
res.render("signup.pug", {
- title: "Create Account"
+ title: "Sign Up"
});
};