You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
Addining subpath support (#241)
* Addining subpath support * Fixing a subpath problem in suburls * Using the server root for allow subpaths * Fixing baseURL variable name * Some improvements * Making it work in mattermost plugin * Fixing eslint warnings * Fixing cypress tests
This commit is contained in:
@@ -145,8 +145,8 @@ namespace Focalboard {
|
||||
}
|
||||
|
||||
private void WebView_ContentLoading(object sender, CoreWebView2ContentLoadingEventArgs e) {
|
||||
// Set sessionId
|
||||
string script = $"localStorage.setItem('sessionId', '{sessionToken}');";
|
||||
// Set focalboardSessionId
|
||||
string script = $"localStorage.setItem('focalboardSessionId', '{sessionToken}');";
|
||||
webView.ExecuteScriptAsync(script);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user