fix template
This commit is contained in:
parent
0ac45a6582
commit
9a1988d586
|
@ -434,7 +434,7 @@ if(window.parent == window) {
|
|||
|
||||
@@ post_payload
|
||||
<body onload=''>
|
||||
<form action="<%= document.forms[0].submit() %>" method='post'>
|
||||
<form action="document.forms[0].submit()" method='post'>
|
||||
<input type='hidden' name='token' value='<%= token %>'>
|
||||
<input type='hidden' name='user' value="<%= user.to_json.gsub('"', '"') %>">
|
||||
<input type='hidden' name='storage' value='localStorage'>
|
||||
|
|
Loading…
Reference in New Issue
Block a user