Hope you’re doing fine, I’m new to the ionic world so please bare with me.
I’m trying to register with google ouath as you can this is my function after i authenticate with google
I’m trying to get redirected to login page so i can proceed the authentication process.
my custom name is guestApp, then i added this to my config.xml
<plugin name="cordova-plugin-customurlscheme" version="4.3.0">
<variable name="URL_SCHEME" value="guestapp" />
<variable name="ANDROID_SCHEME" value="guestapp" />
</plugin>
then injected deeplinks in constructor and added this to handle the token from the url in ngOninit
guys in here you can see that i’m in the success endpoint and the token is generated
now i want to get back to my loginPage please any help would be appreciated thanks