fix: prevent tunnel lock for non-tunnel web sessions
This commit is contained in:
@@ -167,6 +167,10 @@ export const createTunnelAuth = () => {
|
||||
return 'local';
|
||||
}
|
||||
|
||||
if (!activeTunnelId) {
|
||||
return 'local';
|
||||
}
|
||||
|
||||
return 'unknown-public';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user