mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
Made QR code valid JSON. Fixes #2354
This commit is contained in:
parent
36d32d6b16
commit
7baf0ee7a1
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ script(type='text/ng-template', id='partials/options.settings.api.html')
|
||||||
h6 API Token
|
h6 API Token
|
||||||
pre.prettyprint {{user.apiToken}}
|
pre.prettyprint {{user.apiToken}}
|
||||||
h6 QR Code
|
h6 QR Code
|
||||||
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')
|
img(src='https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=%7B%22address%22%3A%22https%3A%2F%2Fhabitrpg.com%22%2C%22user%22%3A%22{{user.id}}%22%2C%22key%22%3A%22{{user.apiToken}}%22%7D&choe=UTF-8&chld=L', alt='qrcode')
|
||||||
|
|
||||||
script(id='partials/options.settings.export.html', type="text/ng-template")
|
script(id='partials/options.settings.export.html', type="text/ng-template")
|
||||||
.row.fluid
|
.row.fluid
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue