Open Paulsan opened 9 years ago
Since "Success" was not returned in the webviewer, in OAuth2FM_GetNewAuthCodeAndToken, I had to change Set Variable [$AuthCodeFound;...] to: Let( Eval = PatternCount ( $ResultSource ; "Please copy this code" ) ;
If( Eval; PatternCount ( $ResultSource; $AuthCode) )
)
Thanks! I will take a look at this tonight
Since "Success" was not returned in the webviewer, in OAuth2FM_GetNewAuthCodeAndToken, I had to change Set Variable [$AuthCodeFound;...] to: Let( Eval = PatternCount ( $ResultSource ; "Please copy this code" ) ;
If( Eval; PatternCount ( $ResultSource; $AuthCode) )
)