Add error handling for over sso seat limits

This commit is contained in:
Grant Limberg 2022-05-11 19:43:29 -07:00
commit aee9521c91
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735
4 changed files with 48 additions and 16 deletions

View file

@ -34,4 +34,4 @@ fn target_dir() -> PathBuf {
} else {
PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()).join("target")
}
}
}