greeter: Hide Create Account button

It is not actually implemented
This commit is contained in:
Kévin Commaille 2023-11-01 10:36:29 +01:00
parent 3916072f1e
commit ae53aa5fc8
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@
<style>
<class name="pill"/>
</style>
<property name="visible">false</property>
<property name="label" translatable="yes">_Create Account</property>
<property name="use-underline">true</property>
<property name="action-name">app.create-account</property>