MaxLeiter / Drift

Drift is a self-hostable Gist and paste service. Built with Next.js 13 and React Server Components.
https://drift.lol
MIT License
1.36k stars 60 forks source link

Logout and Theme does not work #143

Closed qwertzdenek closed 1 year ago

qwertzdenek commented 1 year ago

Describe the bug Logout and Theme Buttons on top does not work.

To Reproduce Steps to reproduce the Theme behavior:

  1. Click Theme
  2. Click Theme again
  3. Nothing happens

Steps to reproduce the Logout behavior:

  1. Login by any method
  2. You still see only Login button even if you are logged in
  3. Logout not possible

Expected behavior Theme should be toggled and persisted for next visit.

Similar for logged in users, Logout button should be there.

MaxLeiter commented 1 year ago

Thanks, I made a mistake doing some refactoring. Should fix tonight

MaxLeiter commented 1 year ago

Closed by d0a73a7