$this->getVerifyUrl(), ]; } private function getVerifyUrl(): string { return $this->getAppUrl(['setting', 'password', 'verify', $this->token->token]); } }