+
+
+
+
+
+
+
+
+ {userInformation && (
+
+
+
+
+
+
+
+
+
+
+
+
Signed in as
+
+ {userInformation.firstName}{" "}
+ {userInformation.lastName}
+
+
{userInformation.email}
+
+
+
+ }
+ onPress={() => {
+ navigate("/springboard");
+ }}
+ />
+ }
+ onPress={() => {
+ navigate("/manage-account");
+ }}
+ />
+
+ }
+ color="danger"
+ title="Sign out"
+ onPress={() => {
+ localStorage.clear();
+ window.location.reload();
+ }}
+ />
+
+
+
+ )}
+ {!userInformation && doneLoading && (
+
+
+
+
+ )}
+