SUPPORT-8653 fix csrf cookie name
This commit is contained in:
parent
8badedfbda
commit
60cbf11ab7
3 changed files with 14 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export class TokenConstants {
|
||||
public static readonly CSRF_TOKEN_NAME = "XSRF-TOKEN";
|
||||
public static readonly CSRF_HEADER_NAME = "X-XSRF-TOKEN";
|
||||
public static readonly CSRF_TOKEN_NAME = "XSRF-TOKEN-LKRP-FL";
|
||||
public static readonly CSRF_HEADER_NAME = "X-XSRF-TOKEN-LKRP-FL";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue