Fix redirect on logout #420

Merged
floatingghost merged 1 commit from Oneric/akkoma-fe:logout-redirect into develop 2024-10-26 03:42:23 +00:00
Member

An instance may restrict access to the public timeline (among others)
to authenticated users and there already is a setting to decide which page
to show authenticated and unauthenticated viewers by default each.
However, the logout redirect didn't honour this setting
leading to potentially broken pages and errors on logout

All other places use main/all as the default fallback for the unauthenticated default page, so we’ll do so here as well for consistency.

An instance may restrict access to the public timeline (among others) to authenticated users and there already is a setting to decide which page to show authenticated and unauthenticated viewers by default each. However, the logout redirect didn't honour this setting leading to potentially broken pages and errors on logout All other places use `main/all` as the default fallback for the unauthenticated default page, so we’ll do so here as well for consistency.
Oneric added 1 commit 2024-09-28 16:41:47 +00:00
Fix redirect on logout
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
1ae09458c6
An instance may restrict access to the public timeline (among others)
to authenticated users and there already is a setting to decide which page
to show authenticated and unauthenticated viewers by default each.
However, the logout redirect didn't honour this setting
leading to potentially broken pages and errors on logout

is all good, thank

is all good, thank
floatingghost merged commit c76dc6d79e into develop 2024-10-26 03:42:23 +00:00
floatingghost deleted branch logout-redirect 2024-10-26 03:42:23 +00:00
Sign in to join this conversation.
No description provided.