mobile: remove v3 beta notice on login page

This commit is contained in:
Ammar Ahmed
2024-04-18 15:28:43 +05:00
parent a73538bafc
commit 8dc4f7ed3d

View File

@@ -296,11 +296,6 @@ export const Login = ({ changeMode }) => {
</Paragraph>
</TouchableOpacity>
) : null}
<Notice
type="alert"
text="After logging in from V3 beta, your account data will be migrated and you won't be able to use V2 clients to sync your notes."
/>
</View>
</View>
</View>