Update no pin message

This commit is contained in:
Bernd Schoolmann 2023-07-17 05:02:56 +02:00
parent 350124c7e6
commit 23c8255b88
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 != "" {