add TOS and privacy policy text on cloud login view (#6341)

## Summary

Adds these missing sentences that might have been dropped when bringing
this component over from main or during some refactoring.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6341-add-TOS-and-privacy-policy-text-on-cloud-login-view-29a6d73d36508124b9dad689184a4ae3)
by [Unito](https://www.unito.io)
This commit is contained in:
Christian Byrne
2025-10-27 21:14:29 -07:00
committed by GitHub
parent bce26f646a
commit 5e972d8512

View File

@@ -67,6 +67,25 @@
</div>
<!-- Terms & Contact -->
<p class="mt-5 text-sm text-gray-600">
{{ t('auth.login.termsText') }}
<a
href="https://www.comfy.org/terms-of-service"
target="_blank"
class="cursor-pointer text-blue-400 no-underline"
>
{{ t('auth.login.termsLink') }}
</a>
{{ t('auth.login.andText') }}
<a
href="https://www.comfy.org/privacy-policy"
target="_blank"
class="cursor-pointer text-blue-400 no-underline"
>
{{ t('auth.login.privacyLink') }} </a
>.
</p>
<template v-if="!hasInviteCode">
<p class="mt-5 text-sm text-gray-600">
{{ t('cloudWaitlist_questionsText') }}