private VerticalLayout createEnableGoogleAuthButton() {
        final VerticalLayout formLayout = new VerticalLayout();
        formLayout.setSizeFull();

        final Panel formPanel = new Panel();