We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3391fb7 commit 830893dCopy full SHA for 830893d
internal/handlers/users/auth/login.go
@@ -177,7 +177,7 @@ func (h *authHandler) VerifySession(c *gin.Context) {
177
// @Failure 400 {object} dto.ErrorResponse "Bad request body"
178
// @Failure 401 {object} dto.ErrorResponse "Invalid token or no param provided or account already active"
179
// @Failure 403 {object} dto.ErrorResponse "Already logged in"
180
-// @Router /auth/activate/{id} [get]
+// @Router /auth/activation/{id} [get]
181
func (h *authHandler) AccountActivation(c *gin.Context) {
182
if c.GetBool("includedJWT") {
183
_ = c.Error(errors.NewForbiddenError("You cant activate an account while logged in"))
0 commit comments