change in confirm mechanism
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ pub fn router(
|
||||
)
|
||||
.route(
|
||||
"/share-invitations/{token}/accept",
|
||||
get(auth::accept_share_invitation),
|
||||
get(home).post(auth::accept_share_invitation),
|
||||
)
|
||||
.route("/api/auth/password-reset", post(auth::request_reset))
|
||||
.route(
|
||||
|
||||
Reference in New Issue
Block a user