You've already forked AstralRinth
forked from didirus/AstralRinth
restructured auto-credentials (#74)
* restructured auto-credentials * fix clone --------- Co-authored-by: Jai A <jaiagr+gpg@pm.me> Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
This commit is contained in:
@@ -76,6 +76,9 @@ pub enum ErrorKind {
|
||||
#[error("Could not create profile: {0}")]
|
||||
ProfileCreationError(#[from] profile_create::ProfileCreationError),
|
||||
|
||||
#[error("User is not logged in, no credentials available!")]
|
||||
NoCredentialsError,
|
||||
|
||||
#[error("JRE error: {0}")]
|
||||
JREError(#[from] crate::util::jre::JREError),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user