From 1cece59c863d099be6438a6685ae4ecebbda48d1 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Thu, 20 Jul 2023 19:46:13 +0200 Subject: [PATCH] Front-End Stuff --- invite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invite.go b/invite.go index 07cb6f9..30e085e 100644 --- a/invite.go +++ b/invite.go @@ -149,7 +149,7 @@ func handleNewAccount(w http.ResponseWriter, r *http.Request, l *ldap.Conn, invi // tryCreateAccount(l, data, password1, password2, invitedBy) } else { - data.SuggestPW = fmt.Sprint("%s", suggestPassword()) + data.SuggestPW = fmt.Sprintf("%s", suggestPassword()) } templateInviteNewAccount.Execute(w, data)