mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-01 09:00:04 +01:00
* Do not return massive custom result enums, but instead adhere to the `Result` convention. This natively fixed our problem related to having to make unnecessary clones, making our design much cleaner. Fixes #4