File: two_factor_instructions.html

package info (click to toggle)
flask-security 5.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,524 kB
  • sloc: python: 23,478; javascript: 204; makefile: 138
file content (2 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
<p>{{ _fsdomain("Welcome %(username)s!", username=username) }}</p>
<p>{{ _fsdomain("You can log into your account using the following code: %(token)s", token=token) }}</p>