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 800e118 commit d2bd567Copy full SHA for d2bd567
src/app/login/page.js
@@ -96,7 +96,6 @@ export default function Login() {
96
97
return (
98
<div className="wrapper">
99
- {loading && <Preloader />}
100
<form onSubmit={handleSubmit}>
101
<div className="logo-container">
102
<img src="./TransparentIcon.png" alt="Logo" className="logo" />
0 commit comments