Skip to content

Commit a93890c

Browse files
committed
WebViewLoginUrl config moved to debug variant.
1 parent b2b20ab commit a93890c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/src/debug/res/values/setup.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<!-- webview_login_url should be empty in debug mode to show login url input screen
4+
this will be useful in switching the environments during testing -->
5+
<string name="webview_login_url" translatable="false" />
6+
</resources>

0 commit comments

Comments
 (0)