Software / code / prosody-modules
Comparison
mod_http_oauth2/html/consent.html @ 6208:e20901443eae
Merge
| author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
|---|---|
| date | Mon, 17 Mar 2025 23:42:11 +0700 |
| parent | 5653:401356232e1b |
| child | 6336:6e80b2cb5fe6 |
comparison
equal
deleted
inserted
replaced
| 5945:805515dd2960 | 6208:e20901443eae |
|---|---|
| 43 <p>To allow <em>{client.client_name}</em> to access your account | 43 <p>To allow <em>{client.client_name}</em> to access your account |
| 44 <em>{state.user.username}@{state.user.host}</em> and associated data, | 44 <em>{state.user.username}@{state.user.host}</em> and associated data, |
| 45 select 'Allow'. Otherwise, select 'Deny'. | 45 select 'Allow'. Otherwise, select 'Deny'. |
| 46 </p> | 46 </p> |
| 47 | 47 |
| 48 <input type="hidden" name="user_token" value="{state.user.token}"> | 48 <input type="hidden" name="user_token" value="{state.user.token}" /> |
| 49 <button type="submit" name="consent" value="denied">Deny</button> | 49 <button type="submit" name="consent" value="denied">Deny</button> |
| 50 <button type="submit" name="consent" value="granted">Allow</button> | 50 <button type="submit" name="consent" value="granted">Allow</button> |
| 51 </form> | 51 </form> |
| 52 </fieldset> | 52 </fieldset> |
| 53 </main> | 53 </main> |