Software / code / prosody-modules
Diff
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 |
line wrap: on
line diff
--- a/mod_http_oauth2/html/consent.html Wed Feb 26 19:36:35 2025 +0700 +++ b/mod_http_oauth2/html/consent.html Mon Mar 17 23:42:11 2025 +0700 @@ -45,7 +45,7 @@ select 'Allow'. Otherwise, select 'Deny'. </p> - <input type="hidden" name="user_token" value="{state.user.token}"> + <input type="hidden" name="user_token" value="{state.user.token}" /> <button type="submit" name="consent" value="denied">Deny</button> <button type="submit" name="consent" value="granted">Allow</button> </form>