static Future<String> resendVerificationCode(String email) { return Auth.resendVerificationCode(email); }