Update no pin message
This commit is contained in:
parent
350124c7e6
commit
23c8255b88
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ func StartUnixAgent(path string) error {
|
||||||
cfg.WriteConfig()
|
cfg.WriteConfig()
|
||||||
}
|
}
|
||||||
if !cfg.IsLocked() {
|
if !cfg.IsLocked() {
|
||||||
log.Warn("Config is not locked. PLEASE SET A PIN!!")
|
log.Warn("Config is not locked. SET A PIN!!")
|
||||||
token, err := cfg.GetToken()
|
token, err := cfg.GetToken()
|
||||||
if err == nil {
|
if err == nil {
|
||||||
if token.AccessToken != "" {
|
if token.AccessToken != "" {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue