Resend the confirmation email for a user to the given email.
Future<void> resendUserConfirmation(String email) { return app.handle.resendConfirmation(email); }