Skip to content

Commit

Permalink
[FIX] auth_saml : fix provider connection without auth_oauth module
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDesp committed Sep 29, 2023
1 parent debff72 commit dd00b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_saml/views/auth_saml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<template id="auth_saml.providers" name="Auth SAML Providers">
<t t-if="len(saml_providers) &gt; 0">
<em
t-attf-class="d-block text-center text-muted small my-#{len(providers) if len(providers) &lt; 3 else 3}"
t-attf-class="d-block text-center text-muted small my-#{len(saml_providers) if len(saml_providers) &lt; 3 else 3}"
>- or -</em>
<div class="o_login_saml2 list-group mt-1 mb-1 text-left">
<a
Expand Down

0 comments on commit dd00b6f

Please sign in to comment.