@page "/web/account/profile" @model DysonNetwork.Sphere.Pages.Account.ProfileModel @{ ViewData["Title"] = "Profile"; } @if (Model.Account != null) {
Manage your account information and preferences
@Model.Account.Name
Use this token to authenticate with the API
Keep this token secure and do not share it with anyone.
This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize.
User profile not found. Please log in to continue.