mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-04-26 02:18:34 +02:00
Device Auth. Grant - the web browser part
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
|
||||
<p>You are authorizing to <strong>{client.description}</strong>, which requests the following permissions from you:</p>
|
||||
|
||||
<form action="" method="post">
|
||||
<form action="/auth/consent" method="post">
|
||||
<input type="hidden" name="sessionId" value="{sessionId}">
|
||||
<ul>
|
||||
{#each scopes}
|
||||
|
||||
Reference in New Issue
Block a user