mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-23 02:18:53 +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