Skip to content

Commit

Permalink
another small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Jul 21, 2017
1 parent 1208d20 commit 7dcc4b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function AccessDenied({ cause }) {
<div styleName="msg">
<a
className="tc-btn-md tc-btn-primary"
href={`${config.URL.AUTH_SSO}?app=member&retUrl=${returnUrl}`}
href={`${config.URL.AUTH_SSO}/?app=member&retUrl=${returnUrl}`}
>Login with SSO</a>
</div>
<div styleName="msg">
Expand Down

0 comments on commit 7dcc4b1

Please sign in to comment.