From ed60340969549bce2a9b0a4bf40e471df468dd1f Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 27 Mar 2023 04:37:32 +0200 Subject: [PATCH] fix(frontend): clarify required format for fediverse instance domain --- frontend/src/routes/auth/login/+page.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/routes/auth/login/+page.svelte b/frontend/src/routes/auth/login/+page.svelte index a9290e5..339db36 100644 --- a/frontend/src/routes/auth/login/+page.svelte +++ b/frontend/src/routes/auth/login/+page.svelte @@ -70,6 +70,13 @@ +

+ This should be the domain you use to access + posts. For example, if your username is @timmie@mastodon.example, but your + user page is at + social.mastodon.example/timmie, you should fill in + social.mastodon.example. +

{#if error}