AuthTuna

Welcome, {{ user.username }}!

Here's a quick overview of your account.

Email

{{ user.email }}

Account Status

{{ "Active" if user.is_active else "Inactive" }}

2-Factor Authentication

{{ "Enabled" if user.mfa_enabled else "Disabled" }}