File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -762,6 +762,8 @@ private static function prepare_addon_backend_request_handler(
762762 $ backend ['credential ' ] = $ credential ['name ' ];
763763 $ introspection_data ['backend ' ] = $ backend ;
764764 $ introspection_data ['credential ' ] = $ credential ;
765+
766+ Credential::temp_registration ( $ credential );
765767 } elseif ( ! empty ( $ backend ['credential ' ] ) ) {
766768 $ credential = FBAPI ::get_credential ( $ backend ['credential ' ] );
767769
@@ -771,7 +773,6 @@ private static function prepare_addon_backend_request_handler(
771773 }
772774
773775 Backend::temp_registration ( $ backend );
774- Credential::temp_registration ( $ credential );
775776
776777 self ::$ introspection_data = wp_json_encode ( $ introspection_data );
777778 return array ( $ addon , $ backend ['name ' ] );
You can’t perform that action at this time.
0 commit comments