@page @model Remotely.Server.Pages.InviteModel @{ ViewData["Title"] = "Invite"; }

Organization Invite


@if (Model.Success) {
Congratulations!

You've successfully joined the organization!

} else if (string.IsNullOrWhiteSpace(Model.Input.InviteID)) {
Invitation ID is missing from the request.
} else {
WARNING:

You will leave your current organization and lose access to its agents unless someone is able to invite you back in.

Are you sure you want to leave your current organization and join this one?

}