Skip to content

Commit

Permalink
Merge pull request #23 from tidepool-org/fix-password-creds-rememberme
Browse files Browse the repository at this point in the history
Allow using remember me in SSO flow when using password credentials
  • Loading branch information
toddkazakov authored Mar 8, 2023
2 parents a6a9a54 + 99ce11f commit 06daa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidepool-theme/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<div class="${properties.kcFormGroupClass!} ${properties.kcFormSettingClass!}">
<div id="kc-form-options">
<#if realm.rememberMe && !usernameHidden??>
<#if realm.rememberMe>
<div class="checkbox">
<label>
<#if login.rememberMe??>
Expand Down

0 comments on commit 06daa1b

Please sign in to comment.