Update no pin message
This commit is contained in:
parent
350124c7e6
commit
23c8255b88
|
@ -114,7 +114,7 @@ func StartUnixAgent(path string) error {
|
|||
cfg.WriteConfig()
|
||||
}
|
||||
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()
|
||||
if err == nil {
|
||||
if token.AccessToken != "" {
|
||||
|
|
Loading…
Reference in New Issue