Skip to content

Commit

Permalink
web/satellite: Remove free tier notification text
Browse files Browse the repository at this point in the history
Now that the free tier has been fully replaced with the free trial, we
can remove this notification text on the login page.

Change-Id: Idb3f658f0f8e011e3ce733b5a1581af8461c1d18
  • Loading branch information
mobyvb committed Apr 1, 2024
1 parent 511e840 commit ada255f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/satellite/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,6 @@
@expired="onCaptchaError"
@error="onCaptchaError"
/>
<p class="mt-7 text-center text-body-2">
<b>
NOTE: The Storj Free Tier is being deprecated on April 1, 2024.<br>
<a href="https://forum.storj.io/t/discontinuation-of-the-storj-free-tier/25332" target="_blank" rel="noopener noreferrer">View details</a>
</b>
</p>
<p v-if="!isMFARequired" class="mt-7 text-center text-body-2">Forgot your password? <router-link class="link font-weight-bold" :to="ROUTES.ForgotPassword.path">Reset Password</router-link></p>
<p class="mt-5 text-center text-body-2">Don't have an account? <router-link class="link font-weight-bold" :to="ROUTES.Signup.path">Sign Up</router-link></p>
</v-col>
Expand Down

0 comments on commit ada255f

Please sign in to comment.