Simplify the member details page and account form

This commit is contained in:
2022-02-04 22:22:55 +00:00
parent 704333e7a2
commit bc96b0b3f6
3 changed files with 1 additions and 40 deletions
+1 -8
View File
@@ -211,14 +211,7 @@ export function Home(props) {
user.member.set_details ?
<MemberInfo user={user} />
:
<div>
<Message warning>
<Message.Header>Please submit your member details</Message.Header>
<p>Press submit at the bottom if everything's correct.</p>
</Message>
<AccountForm {...props} />
</div>
<AccountForm {...props} />
:
<div>
<LoginForm {...props} />