Skip to content

Commit

Permalink
fix: fix bug in sso tab
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethBWSong committed May 11, 2024
1 parent ca0274a commit 9fd95ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hello-world-tab-with-backend/teamsapp.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ deploy:
BROWSER: none
HTTPS: true
PORT: 53000
SSL_CRT_FILE: ${{SSL_CRT_FILE}}
SSL_KEY_FILE: ${{SSL_KEY_FILE}}
REACT_APP_CLIENT_ID: ${{AAD_APP_CLIENT_ID}}
REACT_APP_START_LOGIN_PAGE_URL: ${{TAB_ENDPOINT}}/auth-start.html
REACT_APP_FUNC_NAME: ${{FUNC_NAME}}
Expand Down

0 comments on commit 9fd95ac

Please sign in to comment.