feat: improve login and register ux #1104

Merged
dpschen merged 23 commits from feature/login-improvements into main 2022-02-05 17:22:43 +00:00
Showing only changes of commit c46273ca34 - Show all commits

View File

@ -13,7 +13,7 @@
<section class="content"> <section class="content">
<div> <div>
<h2 class="title" v-if="title">{{ title }}</h2> <h2 class="title" v-if="title">{{ title }}</h2>
<api-config @foundApi="hasApiUrl = true"/> <api-config/>
<Message v-if="motd !== ''" class="is-hidden-tablet mb-4"> <Message v-if="motd !== ''" class="is-hidden-tablet mb-4">
{{ motd }} {{ motd }}
</Message> </Message>