From ee8dd8897ee22e6ed7e182ec4c19a2140fe23f5c Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 8 Oct 2021 05:02:00 +0000 Subject: [PATCH] Fix auth black screen bug --- webclient/src/Auth.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webclient/src/Auth.js b/webclient/src/Auth.js index cea7436..7cb2adc 100644 --- a/webclient/src/Auth.js +++ b/webclient/src/Auth.js @@ -109,10 +109,10 @@ export function AuthWiki(props) {
Success!

You can now log into the Wiki:

-

+ {user &&

Username: {user.username}
Password: [this Spaceport password] -

+

}

Protospace Wiki

@@ -136,10 +136,10 @@ export function AuthDiscourse(props) {
Success!

You can now log into the Discourse:

-

+ {user &&

Username: {user.member.discourse_username || user.username}
Password: [this Spaceport password] -

+

}

Protospace Discourse