removing TODO for confirm routes, they're done
This commit is contained in:
parent
598773d678
commit
00247ee6f2
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ defmodule Bones73kWeb.Router do
|
|||
delete("/users/log_out", UserSessionController, :delete)
|
||||
# TODO: understanding/testing force_logout?
|
||||
get("/users/force_logout", UserSessionController, :force_logout)
|
||||
# TODO:
|
||||
get("/users/confirm", UserConfirmationController, :new)
|
||||
post("/users/confirm", UserConfirmationController, :create)
|
||||
get("/users/confirm/:token", UserConfirmationController, :confirm)
|
||||
|
|
Loading…
Reference in a new issue