Skip to content

Commit

Permalink
feat: oauth2 integration with mim authentication component
Browse files Browse the repository at this point in the history
  • Loading branch information
id-digitale-MIM authored Nov 25, 2024
1 parent 3985c85 commit 68e93b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template-parts/common/access-modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
<button type="submit" class="btn btn-white btn-block rounded" name="login" value="Accedi"><?php _e("Accedi", "design_scuole_italia"); ?></button>
</div>
</div>
<?php if(in_array('daggerhart-openid-connect-generic/openid-connect-generic.php', apply_filters('active_plugins', get_option('active_plugins')))){?>
<div class="col text-center btn btn-primary p-0">
<?php echo do_shortcode("[openid_connect_generic_login_button]"); ?>
</div>
<?php }?>
<!-- <div class="row variable-gutters">
<div class="col text-center">
<p>Non hai un account? <a href="#">Iscriviti</a></p>
Expand Down

0 comments on commit 68e93b9

Please sign in to comment.