implement auth using Auth0
This commit is contained in:
@@ -102,7 +102,7 @@ func NewWebhookHandler(
|
||||
|
||||
// TODO: response with a redirect to the user's account page (SUCCESS - new sign up or login)!
|
||||
|
||||
http.Redirect(w, r, fmt.Sprintf("/site/accounts/%d", acctID), http.StatusSeeOther)
|
||||
http.Redirect(w, r, fmt.Sprintf("/accounts/%d", acctID), http.StatusSeeOther)
|
||||
})
|
||||
|
||||
return mux
|
||||
|
||||
Reference in New Issue
Block a user