1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-30 08:33:51 +00:00

[Imapsync] Remove oauth source hint

This commit is contained in:
FreddleSpl0it
2026-07-21 12:20:13 +02:00
parent 5c5f251d35
commit 6758999cf3
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -611,7 +611,6 @@ $(document).ready(function() {
var isAuthCode = isOauth && ($opt.data('oauth-flow') === 'authorization_code');
$form.find('.password1-row').toggle(!isOauth);
$form.find('input[name="password1"]').prop('required', !isOauth);
$form.find('.oauth-source-hint').toggle(isOauth);
$form.find('.imapsync-oauth-connect-row').toggle(isAuthCode);
$form.find('.imapsync-user1-row').toggle(!isAuthCode);
$form.find('input[name="user1"]').prop('required', !isAuthCode);