Simplify control flow in `AuthService` using async/await
Make several functions/methods in the service easier to follow by refactoring promise chains to async/await.
Showing
Please register or sign in to comment
Make several functions/methods in the service easier to follow by refactoring promise chains to async/await.