TODO: Email Valid Url

This commit is contained in:
eson
2023-07-24 19:43:56 +08:00
parent b43b5dbd59
commit a248c6cbeb
4 changed files with 26 additions and 16 deletions

View File

@@ -29,7 +29,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
},
{
Method: http.MethodGet,
Path: "/api/auth/oauth2/login/register",
Path: "/api/auth/oauth2/register",
Handler: UserEmailRegisterHandler(serverCtx),
},
},