I removed it but ok github if you want i do it a second time, no problem

This commit is contained in:
ByteDream 2022-06-08 14:12:30 +02:00 committed by GitHub
parent c963af1f11
commit 735136077e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,13 +135,10 @@ func loginCredentials(user, password string) error {
"To encrypt it, use the `--encrypt` flag", filepath.Join(configDir, "crunchyroll-go", "crunchy")) "To encrypt it, use the `--encrypt` flag", filepath.Join(configDir, "crunchyroll-go", "crunchy"))
} }
} }
}
<<<<<<< v3/feature/encrypted-credentials
=======
if err = os.WriteFile(filepath.Join(os.TempDir(), ".crunchy"), []byte(c.EtpRt), 0600); err != nil { if err = os.WriteFile(filepath.Join(os.TempDir(), ".crunchy"), []byte(c.EtpRt), 0600); err != nil {
return err return err
} }
>>>>>>> next/v3
if !loginPersistentFlag { if !loginPersistentFlag {
out.Info("Due to security reasons, you have to login again on the next reboot") out.Info("Due to security reasons, you have to login again on the next reboot")