Make WordPress Core

Ticket #63897: 63897.patch

File 63897.patch, 389 bytes (added by parthvataliya, 6 months ago)

This patch resolves the issue.

  • src/js/_enqueues/admin/user-profile.js

    diff --git a/src/js/_enqueues/admin/user-profile.js b/src/js/_enqueues/admin/user-profile.js
    index ce680ef4c4..f0bfec2042 100644
    a b  
    265265                        wp.ajax.post( 'generate-password' )
    266266                                .done( function( data ) {
    267267                                        $pass1.data( 'pw', data );
     268                                        generatePassword();
    268269                                } );
    269270                } );
    270271