Invite link

@if (invite()) { Join {{ invite()!.server.name }} } @else { Toju server invite }

@switch (status()) { @case ('redirecting') { Sign in to continue with this invite. } @case ('joining') { We are connecting you to the invited server. } @case ('error') { This invite could not be completed automatically. } @default { Loading invite details and preparing the correct signal server. } }

Status

{{ message() }}

@if (invite()) {

Server

{{ invite()!.server.name }}

@if (invite()!.server.description) {

{{ invite()!.server.description }}

}
@if (invite()!.server.isPrivate) { Private } @if (invite()!.server.hasPassword) { Password bypassed by invite } Expires {{ invite()!.expiresAt | date: 'medium' }}
}