We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1208d20 commit 7dcc4b1Copy full SHA for 7dcc4b1
src/shared/components/tc-communities/AccessDenied/index.jsx
@@ -48,7 +48,7 @@ export default function AccessDenied({ cause }) {
48
<div styleName="msg">
49
<a
50
className="tc-btn-md tc-btn-primary"
51
- href={`${config.URL.AUTH_SSO}?app=member&retUrl=${returnUrl}`}
+ href={`${config.URL.AUTH_SSO}/?app=member&retUrl=${returnUrl}`}
52
>Login with SSO</a>
53
</div>
54
0 commit comments