Archived
Template
1
0

Adds godoc comments

This commit is contained in:
uberswe
2022-01-09 14:22:43 +01:00
parent 2d3c0df4e5
commit 8c37faf016
30 changed files with 154 additions and 68 deletions

View File

@ -8,6 +8,7 @@ import (
"time"
)
// Activate handles requests used to activate a users account
func (controller Controller) Activate(c *gin.Context) {
activationError := "Please provide a valid activation token"
activationSuccess := "Account activated. You may now proceed to login to your account."