tailscale/client/web
Will Norris 74947ce459 client/web: only trigger check mode if not authed
After logging in, the `?check=now` query string is still present if it
was passed. Reloading the page causes a new check mode to be triggered,
even though the user has an active session. Only trigger the automatic
check mode if the user is not already able to manage the device.

Updates tailscale/corp#14335

Signed-off-by: Will Norris <will@tailscale.com>
2023-11-14 12:27:18 -08:00
..
build client/web: clean up assets handling 2023-09-08 16:05:11 -04:00
src client/web: only trigger check mode if not authed 2023-11-14 12:27:18 -08:00
assets.go client/web: build out client home page 2023-11-06 15:35:15 -05:00
auth.go client/web: move more session logic to auth.go 2023-11-01 18:35:43 -04:00
index.html client/web: always use new web client; remove old client 2023-08-28 11:11:16 -07:00
package.json client/web: add readonly/manage toggle 2023-11-10 15:01:34 -05:00
postcss.config.js client/web: add tailwind styling to react app 2023-08-14 15:29:12 -04:00
qnap.go client/web: add readonly/manage toggle 2023-11-10 15:01:34 -05:00
synology.go client/web: add readonly/manage toggle 2023-11-10 15:01:34 -05:00
tailwind.config.js client/web: add tailwind styling to react app 2023-08-14 15:29:12 -04:00
tsconfig.json client/web: add debug mode for web client ui updates 2023-09-28 15:45:33 -04:00
vite.config.ts client/web: fix hotreload proxy 2023-11-06 16:31:30 -05:00
web_test.go client/web: add readonly/manage toggle 2023-11-10 15:01:34 -05:00
web.go client/web: fix panic on logout 2023-11-14 14:35:13 -05:00
yarn.lock client/web: add readonly/manage toggle 2023-11-10 15:01:34 -05:00