Skip to content

Commit

Permalink
updating index page
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbarron committed Jul 26, 2023
1 parent f639381 commit 6e08375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ <h2>mgt-search-results</h2>
});
const login = document.querySelector('mgt-login');
login.provider = authProvider;
const picker = document.getElementById('multi');
picker.provider = authProvider;
// const picker = document.getElementById('multi');
// picker.provider = authProvider;

const mockProvider = new MockProvider(true);
Providers.globalProvider = mockProvider;
Expand Down

0 comments on commit 6e08375

Please sign in to comment.