diff --git a/webclient/src/App.js b/webclient/src/App.js index 758cbaa..4e1d15f 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -118,7 +118,7 @@ function App() { to='/training' /> diff --git a/webclient/src/Cards.js b/webclient/src/Cards.js index 5a3f301..ce85f6f 100644 --- a/webclient/src/Cards.js +++ b/webclient/src/Cards.js @@ -13,7 +13,9 @@ export function Cards(props) { return ( -
Member Cards
+
Cards / Access
+ +
Member Cards
{user.cards.length ? user.cards.length > 1 ? @@ -63,6 +65,22 @@ export function Cards(props) {

No cards yet! Ask a director for one after you are vetted.

} + {!!user.door_code &&
+
Door Alarm Code
+ +

Only share this with vetted Protospace members:

+ +

{user.door_code}

+
} + + {!!user.wifi_pass &&
+

+

Wi-Fi Password
+ +

Only share this with Protospace members and guests:

+ +

{user.wifi_pass}

+
}
); };