We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f446f76 commit 9b44a43Copy full SHA for 9b44a43
src/lib/database/store.ts
@@ -309,7 +309,7 @@ const initializer = immer<Database>((set, get) => ({
309
pairing_code: Math.floor(100000 + Math.random() * 900000).toString(),
310
pairing_code_expires_at: new Date().toISOString(),
311
tailscale_hostname: `${bridge_client_session_id}_tailscale_host`,
312
- tailscale_auth_key: `${bridge_client_session_id}_tailscale_auth`,
+ tailscale_auth_key: null,
313
bridge_client_name: `${bridge_client_session_id}_bridge`,
314
bridge_client_time_zone: "America/Los_Angeles",
315
bridge_client_machine_identifier_key: `${bridge_client_session_id}_key`,
0 commit comments