1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Fixed autocomplete

This commit is contained in:
Eldad Fux 2021-05-15 03:58:26 +03:00
parent 3804f718a4
commit 2a3a73de34

View file

@ -414,6 +414,7 @@ $auth = $this->getParam('auth', []);
<h1><?php echo $this->escape($name); ?> <?php if($sandbox): ?>Sandbox<?php endif; ?> OAuth2 Settings</h1>
<form
autocomplete="off"
data-analytics
data-analytics-activity
data-analytics-event="submit"
@ -429,6 +430,10 @@ $auth = $this->getParam('auth', []);
data-failure="alert"
data-failure-param-alert-text="Failed to update project OAuth2 settings"
data-failure-param-alert-classname="error">
<input style="display: none" type="text" />
<input style="display: none" type="password" />
<input name="provider" id="provider<?php echo $this->escape(ucfirst($provider)); ?>" type="hidden" autocomplete="off" value="<?php echo $this->escape($provider); ?>">
<?php if(!$form): ?>