Skip to content

Commit

Permalink
Add dashboard to nonScene paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Dec 2, 2024
1 parent ee9580f commit 411b787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// auth namespace
window.ARENAAUTH = {
nonScenePaths: ['/scenes/', '/build/', '/programs/', '/network/', '/files/'],
nonScenePaths: ['/scenes/', '/build/', '/programs/', '/network/', '/files/', '/dashboard/'],
signInPath: `//${window.location.host}/user/v2/login`,
signOutPath: `//${window.location.host}/user/v2/logout`,
filestoreUploadSchema: {
Expand Down

0 comments on commit 411b787

Please sign in to comment.