mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
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:
@@ -67,6 +67,25 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Terms & Contact -->
|
<!-- 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">
|
<template v-if="!hasInviteCode">
|
||||||
<p class="mt-5 text-sm text-gray-600">
|
<p class="mt-5 text-sm text-gray-600">
|
||||||
{{ t('cloudWaitlist_questionsText') }}
|
{{ t('cloudWaitlist_questionsText') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user