mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Fixed updating an avatar.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Whoops...</title>
|
||||
<link rel="stylesheet" href="404_error.css">
|
||||
<link rel="stylesheet" href="/wwwassets/404_error.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="box">
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form action="/api/v1/actionLink?action=reset_password" method="post" onsubmit="return validatePassword()">
|
||||
<form action="/api/v1/actionLink?action=password_reset" method="post" onsubmit="return validatePassword()">
|
||||
|
||||
<div class="imgcontainer">
|
||||
<img src="/wwwassets/open-wifi.svg" alt="Avatar" class="avatar">
|
||||
|
||||
Reference in New Issue
Block a user