Merge pull request #35843 from nextchamp-saqib/v16-fixes
This commit is contained in:
commit
5fa87d1a57
1 changed files with 1 additions and 6 deletions
|
|
@ -310,7 +310,7 @@ class DesktopPage {
|
|||
{
|
||||
icon: "edit",
|
||||
label: "Edit Profile",
|
||||
url: `/update-profile/${frappe.session.user}`,
|
||||
url: `/desk/user/${frappe.session.user}`,
|
||||
},
|
||||
{
|
||||
icon: is_dark ? "sun" : "moon",
|
||||
|
|
@ -319,11 +319,6 @@ class DesktopPage {
|
|||
new frappe.ui.ThemeSwitcher().show();
|
||||
},
|
||||
},
|
||||
{
|
||||
icon: "lock",
|
||||
label: "Reset Password",
|
||||
url: "/update-password",
|
||||
},
|
||||
{
|
||||
icon: "rotate-ccw",
|
||||
label: "Reset to Default",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue