We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3fb309 commit 294c7bdCopy full SHA for 294c7bd
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/wwwroot/swagger/ui/index.html
@@ -72,11 +72,9 @@
72
<script src="ui/abp.swagger.js"></script>
73
74
<script>
75
- window.onload = function () {
76
- if (!abp.security.antiForgery.getToken()) {
77
- fetch("/AntiForgery/SetCookie");
78
- }
79
-
+ window.onload = function () {
+ fetch("/AntiForgery/SetCookie");
+
80
var configObject = JSON.parse('%(ConfigObject)');
81
82
// Apply mandatory parameters
0 commit comments