Pepguy commited on
Commit
8f34ccc
·
verified ·
1 Parent(s): c89ea72

Update signing.html

Browse files
Files changed (1) hide show
  1. signing.html +3 -1
signing.html CHANGED
@@ -174,7 +174,9 @@
174
  errorEl.textContent = '';
175
 
176
  try {
177
- if (isLikelyWebViewOrInApp()) {
 
 
178
  // Use redirect flow in environments where popup is unreliable
179
  console.log('Detected webview/in-app: using signInWithRedirect.');
180
  // signInWithRedirect will redirect the browser away; getRedirectResult will handle the result on return.
 
174
  errorEl.textContent = '';
175
 
176
  try {
177
+ // if (isLikelyWebViewOrInApp()) {
178
+
179
+ if (true) {
180
  // Use redirect flow in environments where popup is unreliable
181
  console.log('Detected webview/in-app: using signInWithRedirect.');
182
  // signInWithRedirect will redirect the browser away; getRedirectResult will handle the result on return.