Skip to content

Commit

Permalink
Remove under construction icon from SSO
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan0123 committed Oct 20, 2023
1 parent 252fd2c commit abb1c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/single-sign-on/signin.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<%- include(commonPath + '/header.ejs') %>

<div class="container mx-auto py-8">
<h1 class="text-3xl font-bold mb-4 text-center">🚧 Single Sign-On Demo</h1>
<h1 class="text-3xl font-bold mb-4 text-center">Single Sign-On Demo</h1>
<div class="text-center">
<button id="signInButton" class="bg-blue-500 text-white font-bold py-2 px-4 rounded-full inline-block">Sign In</button>
</div>
Expand Down

0 comments on commit abb1c40

Please sign in to comment.