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

Added comments

This commit is contained in:
Eldad Fux 2021-05-15 10:44:00 +03:00
parent 2a3a73de34
commit 27837871e4

View file

@ -431,8 +431,8 @@ $auth = $this->getParam('auth', []);
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 style="display: none" type="text" /> <?php /** Disabling Chrone Autofill @see https://stackoverflow.com/a/15917221/2299554 */ ?>
<input style="display: none" type="password" /> <?php /** Disabling Chrone Autofill @see https://stackoverflow.com/a/15917221/2299554 */ ?>
<input name="provider" id="provider<?php echo $this->escape(ucfirst($provider)); ?>" type="hidden" autocomplete="off" value="<?php echo $this->escape($provider); ?>">