login: Remove link to reset password

It only works for matrix.org accounts by default as it's not possible
to change the homeserver on that page.
There is no easy solution to fix this.
This commit is contained in:
Kévin Commaille 2023-12-05 09:55:32 +01:00
parent 0916f76360
commit f64aadb39a
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
1 changed files with 7 additions and 21 deletions

View File

@ -74,27 +74,13 @@
</object>
</child>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
<object class="AdwPasswordEntryRow" id="password_entry">
<style>
<class name="card"/>
</style>
<property name="title" translatable="yes">Password</property>
<signal name="changed" handler="update_next_state" swapped="yes"/>
<signal name="entry-activated" handler="login_with_password" swapped="yes"/>
</object>
</child>
<child>
<object class="GtkLinkButton" id="forgot_password">
<property name="use_underline">True</property>
<property name="label" translatable="yes">_Forgot Password?</property>
<property name="uri">https://app.element.io/#/forgot_password</property>
<property name="halign">center</property>
</object>
</child>
<object class="AdwPasswordEntryRow" id="password_entry">
<style>
<class name="card"/>
</style>
<property name="title" translatable="yes">Password</property>
<signal name="changed" handler="update_next_state" swapped="yes"/>
<signal name="entry-activated" handler="login_with_password" swapped="yes"/>
</object>
</child>
<child>