stefanpejcic / OpenPanel

A highly customizable web hosting control panel built with Docker 🐳
https://openpanel.com
216 stars 33 forks source link

OpenAdmin > Users > Configuration #201

Closed stefanpejcic closed 1 month ago

stefanpejcic commented 1 month ago

OpenPanel version(s) affected

0.3.2

What OS are you using?

Ubuntu

Description

Screenshot_2024-10-14-20-24-58-498_com discord

How to reproduce

Users

Possible Solution

No response

Additional Context

No response

stefanpejcic commented 1 month ago

resolved

                error: function(xhr) {
                    // Check if the status code is 404
                    if (xhr.status === 404) {
                        // 404 when no user!
                        const response = xhr.responseJSON;
                        $('#custom_message_for_this_user').val('');
                    }