mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-27 01:28:56 +08:00
Merge pull request #1479 from S-A-L13/master
Disabled small php part of Nextcloud OpenID Connect
This commit is contained in:
commit
fd5a793de0
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…
Reference in a new issue