Skip to content

Commit

Permalink
fix: admin setting label update
Browse files Browse the repository at this point in the history
  • Loading branch information
affrncsp committed Apr 23, 2024
1 parent e42dc31 commit bf7ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/wp-affinidi-login-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function options_do_page()
</td>
</tr>
<tr valign="top">
<th scope="row">Restrict flow to log in only (new users will not be allowed to signup)</th>
<th scope="row">Restrict user login flow</th>
<td>
<?php
if (affinidi_login_users_can_signup()) {
Expand Down

0 comments on commit bf7ee70

Please sign in to comment.