Vaibhavs10 commited on
Commit
658a4b0
·
1 Parent(s): f74c3fb
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -193,7 +193,7 @@
193
  clientId: CLIENT_ID,
194
  redirectUri: REDIRECT_URI,
195
  // default scopes: openid profile; add inference-api so we can run models
196
- scopes: ['openid','profile','inference-api']
197
  });
198
  window.location.href = url;
199
  } catch (error) {
 
193
  clientId: CLIENT_ID,
194
  redirectUri: REDIRECT_URI,
195
  // default scopes: openid profile; add inference-api so we can run models
196
+ scopes: 'openid profile inference-api'
197
  });
198
  window.location.href = url;
199
  } catch (error) {