Skip to content

Commit

Permalink
Update domain to vortex.dino.icu
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Jun 20, 2024
1 parent 33945dd commit 69436c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/vortex-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use vortex_smtp::{event::Event, Email};
const HTTP_ADDR: &str = "0.0.0.0:3000";
const SMTP_ADDR: &str = "0.0.0.0:25";

const ALLOWED_DOMAINS: [&str; 1] = ["vortex.club"];
const ALLOWED_DOMAINS: [&str; 1] = ["vortex.dino.icu"];

type EmailsMap = DashMap<String, Vec<Email>>;

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<div class="input-group input-group-divider grid-cols-[auto_1fr_auto]">
<div class="input-group-shim"><MailIcon size="1.4rem" /></div>
<input type="text" placeholder="shark" bind:value={$username} />
<div class="input-group-shim">@vortex.club</div>
<div class="input-group-shim">@vortex.dino.icu</div>
</div>
</div>

<div>
{#await ofetch(`http://localhost:3000/emails/${$username}@vortex.club`)}
{#await ofetch(`http://localhost:3000/emails/${$username}@vortex.dino.icu`)}
<div
class="light-bg dark:bg-surface-500 flex items-center justify-center rounded-md p-6 shadow-sm"
>
Expand Down

0 comments on commit 69436c8

Please sign in to comment.