mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: implement passkey registration flow
This commit is contained in:
@@ -40,6 +40,7 @@ func HandleRegisterStart(c echo.Context) error {
|
||||
}
|
||||
|
||||
func HandleRegisterFinish(c echo.Context) error {
|
||||
// cred := c.FormValue("credential")
|
||||
cred := c.FormValue("credential")
|
||||
fmt.Println(cred)
|
||||
return response.TemplEcho(c, register.LoadingVaultView())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user