@@ -48,6 +48,8 @@ func TryLoadorAskUserForAuthkey() string {
}
+ authKey = strings.TrimSpace(authKey)
+
if authKey == "" {
//Ask user for input
reader := bufio.NewReader(os.Stdin)