mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
feature/Tweak VRP consent screen to show data via GUI instead of JSON 2
This commit is contained in:
parent
916db10889
commit
993986f01f
@ -179,5 +179,11 @@ Berlin 13359, Germany
|
||||
<a id="confirm-vrp-consent-request-deny-submit-button" class="btn btn-danger" href="/">Deny</span></a>
|
||||
</div>
|
||||
<br>
|
||||
<script>
|
||||
// Apply the `readonly` attribute dynamically
|
||||
const elements = document.querySelectorAll('#confirm-vrp-consent-request-div input, #confirm-vrp-consent-request-div textarea');
|
||||
elements.forEach(el => el.setAttribute('readonly', 'readonly'));
|
||||
</script>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user