kindly help me on this scenario,
I am working with an angular application which has aws cognito authentication, here the user will access the app using a dynamic link with query string from an email.
Since the app has not in authenticated state and guard prevent accessing this route, how can I achieve redirecting to the same page, after the authentication flow.