Skip to content

Commit

Permalink
WebViewLoginUrl config moved to debug variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
surinder-tsys committed May 2, 2023
1 parent b2b20ab commit a93890c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/debug/res/values/setup.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- webview_login_url should be empty in debug mode to show login url input screen
this will be useful in switching the environments during testing -->
<string name="webview_login_url" translatable="false" />
</resources>

0 comments on commit a93890c

Please sign in to comment.