Viewing File: /usr/local/cpanel/base/unprotected/cpanel/resetpass.dist.js

/**
 * base/unprotected/resetpass.dist.js                 Copyright 2022 cPanel, L.L.C.
 *                                                           All rights reserved.
 * copyright@cpanel.net                                         http://cpanel.net
 * This code is subject to the cPanel license. Unauthorized copying is prohibited
 */

/* global require: false */

// Loads the application with the pre-built combined files
require([
    "frameworksBuild",
    "locale!cjtBuild",
    "app/resetpass.cmb"
],
function() {
    "use strict";

    require(
        [
            "app/resetpass"
        ],
        function(RESETPASS) {
            RESETPASS();
        }
    );
}
);
Back to Directory File Manager