mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-01-18 09:38:09 +01:00
webauthn - fix login
This commit is contained in:
@@ -103,7 +103,7 @@ public class OAuthResource {
|
||||
return Templates.consents(session.user(), session.client(), session.params().getScopes(), sessionId, "");
|
||||
}
|
||||
|
||||
@GET
|
||||
@POST
|
||||
@Path("passwordless/login")
|
||||
@Produces(MediaType.TEXT_HTML)
|
||||
@Consumes(MediaType.APPLICATION_FORM_URLENCODED)
|
||||
|
||||
Reference in New Issue
Block a user