{% extends "base.html" %} {% block title %}File Catalog - Account{% end %} {% block head_scripts %} {% end %} {% block login %}{% end %} {% block content %}

Account information for {{ current_user }}


Long-lived API key:
{{ authkey }}

{% if tempkey %} Temporary key:
{{ tempkey }}
{% end %} {% end %}