mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03: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 />
|
<br />
|
||||||
<!-- DISABLED https://github.com/the-djmaze/snappymail/issues/1420#issuecomment-1933045917
|
<!-- DISABLED https://github.com/the-djmaze/snappymail/issues/1420#issuecomment-1933045917
|
||||||
<p>
|
<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">
|
<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>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue