Whether Email is linked
@riverpod bool layouHasEmail(Ref ref) { final providers = ref.watch(layouLinkedProvidersProvider); return providers.contains('password'); }