all repos — flounder @ adfb299fd694cf126a163e4b5baa586006037bb5

A small site builder for the Gemini protocol

Fix bug with signup email

Out of order
alex wennerberg alex@alexwennerberg.com
Sun, 31 Jan 2021 12:47:59 -0800
commit

adfb299fd694cf126a163e4b5baa586006037bb5

parent

1965dde80fb769aa66e447897c6dd9b62bbc6780

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M admin.goadmin.go

@@ -114,7 +114,7 @@ Hi %s, Welcome to %s! You can now log into your account at

https://%s/login -- For more information about using this site, check out https://admin.flounder.online/ -Let me know if you have any questions, and have fun!`, c.SiteTitle, c.Host, username)) +Let me know if you have any questions, and have fun!`, username, c.SiteTitle, c.Host)) } return nil }