Skip to content

Commit 066946f

Browse files
committed
💄 Remove useless info alert
1 parent 4a4d234 commit 066946f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

console/src/routes/onboarding/project/[projectId]/auth/+page.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@
102102
<Typography type="subTitle">
103103
Choose the methods your users can use to login.
104104
</Typography>
105-
<div class="my-3" />
106-
<Alert type="info">
107-
Only passwordless email will be applied for now. Other methods will be
108-
available soon.
109-
</Alert>
110105
<div class="my-10" />
111106
<MultiSelect items={availableAuthMethods} on:change={handleSelect} />
112107
</div>

console/src/routes/project/[projectId]/auth/methods/+page.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
<div class="w-full p-10 pb-32">
3434
<div class="max-w-6xl m-auto mt-10">
3535
<Spacer size="md" />
36-
37-
<Alert type="info">
38-
The current version only supports passwordless authentication. Come back here in a
39-
few weeks :)
40-
</Alert>
4136
</div>
4237
</div>
4338
</div>

0 commit comments

Comments
 (0)