mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Disabled php part of Nextcloud OpenID Connect
The php code was still executed and throwed the error: "Undefined array key "snappymail-autologin-oidc" at /var/www/nextloud/nextcloud_28/apps/snappymail/templates/admin-local.php#43"
This commit is contained in:
parent
31d9e9fd1b
commit
3bd073a38b
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@
|
|||
<br />
|
||||
<!-- DISABLED https://github.com/the-djmaze/snappymail/issues/1420#issuecomment-1933045917
|
||||
<p>
|
||||
<input id="snappymail-autologin-oidc" name="snappymail-autologin-oidc" type="checkbox" class="checkbox" <?php if ($_['snappymail-autologin-oidc']) echo 'checked="checked"'; ?>>
|
||||
<input id="snappymail-autologin-oidc" name="snappymail-autologin-oidc" type="checkbox" class="checkbox" <php if ($_['snappymail-autologin-oidc']) echo 'checked="checked"'; ?>>
|
||||
<label for="snappymail-autologin-oidc">
|
||||
<?php echo($l->t('Attempt to automatically login with OIDC when active')); ?>
|
||||
<php echo($l->t('Attempt to automatically login with OIDC when active')); ?>
|
||||
</label>
|
||||
</p>
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue