Skip to content

Commit 2cf5bb2

Browse files
committed
update README
1 parent d67c13d commit 2cf5bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export default function MustLogin(
7272
<div class="max-w-screen-md mx-auto flex flex-col items-center justify-center">
7373
MUST LOGIN
7474
<p>
75-
{props.state.plantation.authUserSession.resourceName} id :{" "}
76-
{props.state.plantation.authUserSession.user.userId}
75+
{props.state.plantation.authUserSession.resourceName}
76+
id :{props.state.plantation.authUserSession.user.userId}
7777
</p>
7878
</div>
7979
</div>

0 commit comments

Comments
 (0)