mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
double bracket on user id and token
for the qrcode
This commit is contained in:
parent
695bb301f4
commit
4d6ca749af
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<h6>QR Code</h6>
|
||||
<img src='https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=
|
||||
%7Baddress%3A%22https%3A%2F%2Fhabitrpg.com%22%2Cuser%3A%22{_user.id}%22%2Ckey%3A%22{_user.apiToken}%22%7D,&choe=UTF-8&chld=L' alt="qrcode"/>
|
||||
%7Baddress%3A%22https%3A%2F%2Fhabitrpg.com%22%2Cuser%3A%22{{_user.id}}%22%2Ckey%3A%22{{_user.apiToken}}%22%7D,&choe=UTF-8&chld=L' alt="qrcode"/>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue