mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
I removed it but ok github if you want i do it a second time, no problem
This commit is contained in:
parent
c963af1f11
commit
735136077e
1 changed files with 1 additions and 4 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue