Skip to content

Commit

Permalink
refactor: Update twig template.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 6, 2021
1 parent d4464a1 commit 713d6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/Editor/page.html.twig
Expand Up @@ -38,8 +38,8 @@
<body>

<form id="office_form" name="office_form" target="office_frame" action="{{ server }}" method="post">
<input name="access_token" value="{{ token }}" type="hidden" />
<input name="access_token_ttl" value="{{ token_ttl }}" type="hidden" />
<input name="access_token" value="{{ access_token }}" type="hidden" />
<input name="access_token_ttl" value="{{ access_token_ttl }}" type="hidden" />
</form>

<span id="frameholder"></span>
Expand Down

0 comments on commit 713d6b3

Please sign in to comment.