Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-adobe-ims/view/adminhtml/web/js/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-adobe-ims/view/adminhtml/web/js/user.js

/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
define(['ko'], function (ko) {
    'use strict';

    return {
        isAuthorized: ko.observable(false),
        name: ko.observable(''),
        email: ko.observable('')
    };
});