Skip to content

Commit

Permalink
Fixing the message on unauthenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Apr 4, 2024
1 parent 415b32e commit 386a5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export class Shell {
const suffix = Capacitor.isNativePlatform()?" and connect with SSH?":"?"
const browser = Bowser.getParser(window.navigator.userAgent)
const base = browser.getOS().name+"_"+browser.getBrowserName()
const cmd = `webexec client add ${fp} ${base}_terminal7`
const cmd = `webexec client add "${fp} ${base}_terminal7"`
const fpForm = [{
prompt: `\n ${gate.name || gate.addr} refused client's fingerprint. To add it run:
\n\x1B[1m ${cmd}\x1B[0m\n
Expand Down

0 comments on commit 386a5f4

Please sign in to comment.