{% extends "default.html" %} {% set active_page = "app" %} {% block title %}Sign in with SimpleLogin apps{% endblock %} {% block default_content %}
App | Info | First used | Actions |
---|---|---|---|
{{ client_user.client.name }} |
{% for scope, val in client_user.get_user_info().items() %}
{% if scope == "email" %}
Email:
{{ val }}
{% elif scope == "name" %}
Name: {{ val }}
{% endif %}
{% endfor %}
|
{{ client_user.created_at | dt }} |