You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span class="description"><?phpecho__( 'Enable if your client secret is base64 enabled. If you are not sure, check your clients page in Auth0. Displayed below the client secret on that page is the text "The Client Secret is not base64 encoded.
84
+
" when this is not encoded.', WPA0_LANG ); ?></span>
85
+
</div>
86
+
<?php
87
+
}
88
+
76
89
publicfunctionrender_domain() {
77
90
$v = $this->options->get( 'domain' );
78
91
?>
@@ -161,6 +174,7 @@ public function basic_validation( $old_options, $input ) {
161
174
162
175
// Only replace the secret or token if a new value was set. If not, we will keep the last one entered.
0 commit comments