Various pre-launch fixes.
This commit is contained in:
parent
246f2023bc
commit
1c3273cee2
9 changed files with 29 additions and 39 deletions
|
|
@ -33,8 +33,7 @@
|
|||
</dl>
|
||||
</DashedBox>
|
||||
<p class="signup-flow-body" style="margin-top: 16px">
|
||||
Check {{ summary?.email }} for a sign-in link to finish setting up
|
||||
your account. The link expires in 15 minutes.
|
||||
{{ successMessage || `Check ${summary?.email} for a sign-in link to finish setting up your account. The link expires in 15 minutes.` }}
|
||||
</p>
|
||||
</template>
|
||||
|
||||
|
|
@ -62,6 +61,7 @@ const props = defineProps({
|
|||
summary: { type: Object, default: null },
|
||||
errorMessage: { type: String, default: "" },
|
||||
dashboardHref: { type: String, default: "/welcome" },
|
||||
successMessage: { type: String, default: "" },
|
||||
});
|
||||
|
||||
defineEmits(["close"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue