Skip to content

Commit 0aff5a5

Browse files
modelrailroaderthorsten
authored andcommitted
fix: removed raw rilter
1 parent 0ee934f commit 0aff5a5

File tree

1 file changed

+1
-1
lines changed
  • phpmyfaq/assets/templates/default

1 file changed

+1
-1
lines changed

phpmyfaq/assets/templates/default/ucp.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
<div class="row mb-2">
277277
<label class="col-lg-4 col-form-label" for="webauthn">{{ msgEmail }}: *</label>
278278
<div class="col-lg-8 controls">
279-
<input type="text" name="webauthn" id="webauthn" class="form-control" value="{{ email | raw }}" required>
279+
<input type="text" name="webauthn" id="webauthn" class="form-control" value="{{ email }}" required>
280280
</div>
281281
</div>
282282

0 commit comments

Comments
 (0)