changes login message
This commit is contained in:
@@ -14,7 +14,6 @@ const nunito = Nunito({
|
||||
});
|
||||
|
||||
export default function Page() {
|
||||
const [userName, setUserName] = useState("Stroop");
|
||||
const auth = useAuth();
|
||||
console.log(auth);
|
||||
|
||||
@@ -37,7 +36,7 @@ export default function Page() {
|
||||
{!auth.isAuthenticated && (
|
||||
<div className="mb-15 flex flex-col items-center justify-between gap-4 rounded-md bg-blue-950/80 p-8">
|
||||
<p className="text-2xl font-semibold text-white drop-shadow-sm drop-shadow-gray-900">
|
||||
Welkom, {userName}!
|
||||
Welkom bij de HDcon Muzak
|
||||
</p>
|
||||
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user