mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 19:53:21 +02:00
feat: setup/register flow impl and login refactor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func GetRegisterConfirmPage(w http.ResponseWriter, _ *http.Request) {
|
||||
registerConfirmTmpl, _ := Container.GetPageUseCase.GetPage("setup2", nil)
|
||||
_, _ = w.Write(registerConfirmTmpl)
|
||||
}
|
||||
Reference in New Issue
Block a user