Skip to content

Commit

Permalink
Merge pull request #1479 from S-A-L13/master
Browse files Browse the repository at this point in the history
Disabled small php part of Nextcloud OpenID Connect
  • Loading branch information
the-djmaze authored Mar 4, 2024
2 parents 54723ea + b7fc061 commit fd5a793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/nextcloud/snappymail/templates/admin-local.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit fd5a793

Please sign in to comment.