Browse Source

fix: remove MVP demo hint from login.html

Made-with: Cursor
pull/6453/head
Priyanka Punukollu 1 month ago
parent
commit
e4b13c97ee
  1. 19
      login.html

19
login.html

@ -188,22 +188,6 @@
to { transform: translateY(-50%) rotate(360deg); } to { transform: translateY(-50%) rotate(360deg); }
} }
.demo-hint {
margin-top: 20px;
text-align: center;
font-size: 12px;
color: var(--text3);
}
.demo-hint code {
background: var(--surface2);
border: 1px solid var(--border2);
border-radius: 5px;
padding: 1px 6px;
font-size: 11.5px;
color: var(--text2);
font-family: 'SF Mono', 'Fira Code', monospace;
}
</style> </style>
</head> </head>
<body> <body>
@ -241,9 +225,6 @@
<div class="spinner"></div> <div class="spinner"></div>
</button> </button>
<div class="demo-hint">
MVP demo — use <code>test@example.com</code> / <code>password</code>
</div>
</div> </div>
<script> <script>

Loading…
Cancel
Save