feat: fixing login

This commit is contained in:
hanif salafi 2025-07-03 11:17:59 +07:00
parent 5e00c9cceb
commit 631696eb66
1 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ export default function Login() {
</div> </div>
</div> </div>
<div className="mt-8 p-4 bg-blue-50 rounded-lg border border-blue-100"> {/* <div className="mt-8 p-4 bg-blue-50 rounded-lg border border-blue-100">
<div className="flex items-start"> <div className="flex items-start">
<svg className="w-5 h-5 text-blue-600 mt-0.5 mr-3 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <svg className="w-5 h-5 text-blue-600 mt-0.5 mr-3 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" /> <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
@ -437,7 +437,7 @@ export default function Login() {
<p className="text-blue-700">Akses informasi terkini dan status permintaan informasi yang telah diajukan.</p> <p className="text-blue-700">Akses informasi terkini dan status permintaan informasi yang telah diajukan.</p>
</div> </div>
</div> </div>
</div> </div> */}
</div> </div>
)} )}
</div> </div>