mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-07-31 10:06:05 -04:00
* refactor(auth): mark desktop sessions with auth source Makes it easier to filter out on session type in backend paths that behave differently depending on the context * chore: fix un-used import * fix(auth): align desktop session guards * refactor(auth): gate desktop sessions by runtime features
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export const DESKTOP_USER_EMAIL = "desktop@zerobyte.local";
|
|
export const DESKTOP_USERNAME = "desktop-admin";
|