Error using Google login with App Server 1.13

I’m not sure if it’s related, but I’m also getting an error with email login in version 1.13: AttributeError: module 'anvil.util' has no attribute 'TextBoxWithLabel' This is when I have the login command in the init function with the following user service config:

- client_config: {allow_signup: true, confirm_email: false, enable_automatically: true, use_email: true}
  server_config: {user_table: users}
  source: /runtime/services/anvil/users.yml
1 Like