Commit 59a2480e by Arjun Jhukal

updated the new user name and password at game detail

parent 44062eb7
...@@ -64,7 +64,7 @@ export default function ExclusiveGameDetail({ game }: { game: SingleGameResponse ...@@ -64,7 +64,7 @@ export default function ExclusiveGameDetail({ game }: { game: SingleGameResponse
<div className="game_cred"> <div className="game_cred">
<h2 className="text-[24px]">Credentials for {game?.data?.name}</h2> <h2 className="text-[24px]">Credentials for {game?.data?.name}</h2>
<SingleGameCred username={game?.data?.user?.name || "Arjun"} password={game?.data?.user?.password || "Arjun"} /> <SingleGameCred username={game?.data?.user?.name || ""} password={game?.data?.user?.password || ""} />
</div> </div>
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment