Skip to content

Commit

Permalink
Merge pull request #91 from HCL-TECH-SOFTWARE/hotfix/20210720_Authori…
Browse files Browse the repository at this point in the history
…zationTokenFix

Hotfix/20210720 authorization token fix
  • Loading branch information
LotusGeek authored Jul 20, 2021
2 parents 685cbbd + 7d71762 commit 0281c7f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions notes/Code/ScriptLibraries/domiConstantsBE.lss
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Private Const LIB_PREFIX = |Library: domiConstantsBE.|
************************************************************************************
%END REM *********************************************************************
Private Const g_DOMI_ROOTURL_TOKEN_HCL = |https://integration-auth-token.hcltechsw.com| ' HCL's default site
Private Const g_DOMI_VERSION = |1.0.3|
Private Const g_DOMI_BUILD = |1.126D|
Private Const g_DOMI_RELEASE_DATE = |16 JUL 2021|
Private Const g_DOMI_VERSION = |1.0.3 HF1|
Private Const g_DOMI_BUILD = |1.12D3|
Private Const g_DOMI_RELEASE_DATE = |20 JUL 2021|


%REM ***************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion notes/Code/ScriptLibraries/domiUtilsFE.lss
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Function domiValidateOAuthToken() As Boolean
Set domi.CopyNodes = Nothing
Set domi.Document = ndoc

If domi.refreshAuthToken(False) Then
If domi.refreshAuthToken(True) Then
If nuidoc.EditMode Then Call nuidoc.Reload()
MessageBox |Your OAuth Token is Valid|, MB_ICONINFORMATION, |Success|
result = True
Expand Down
Binary file modified release/DOMI.zip
Binary file not shown.

0 comments on commit 0281c7f

Please sign in to comment.