Skip to content

Commit eb78e14

Browse files
committed
temporarily remove the option to use MC without authentication, until we get sessions working properly
1 parent 8d478f5 commit eb78e14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/model_catalog/src/auth.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ function checkAuth(main) {
5252
if (isStandaloneApp) {
5353
console.log('This is a standalone app...');
5454
if (isAnonymous) {
55-
console.log('...which is not authenticated, starting app without authentication')
56-
return main(keycloak);
55+
console.log('...which is not authenticated, starting login...');
56+
return login(YOUR_APP_SCOPES);
5757
}
5858
if (isAuthenticated) {
5959
console.log('...which is authenticated, starting app with authentication');

0 commit comments

Comments
 (0)