Skip to content

Commit

Permalink
fixed #9239 - missing sync token field
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 16, 2023
1 parent 72149d2 commit 345e90c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
)
i.fas.fa-external-link-alt

.form-line(*ngIf='config.store.configSync.token')
.form-line(*ngIf='config.store.configSync.host')
.header
.title(translate) Secret sync token
.description(translate) Get it from the Tabby Web settings window
Expand Down

0 comments on commit 345e90c

Please sign in to comment.