refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -4,7 +4,7 @@ export const ACTION_RUNTIME = String.raw`
|
||||
window.__wrnexusActionsInstalled = true;
|
||||
|
||||
function csrf() {
|
||||
var match = document.cookie.match(/(?:^|;\s*)wire-csrf=([^;]+)/);
|
||||
var match = document.cookie.match(/(?:^|;\s*)wrn-csrf=([^;]+)/);
|
||||
return match ? decodeURIComponent(match[1]) : "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user