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>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Whoops...</title>
|
<title>Whoops...</title>
|
||||||
<link rel="stylesheet" href="404_error.css">
|
<link rel="stylesheet" href="/wwwassets/404_error.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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">
|
<div class="imgcontainer">
|
||||||
<img src="/wwwassets/open-wifi.svg" alt="Avatar" class="avatar">
|
<img src="/wwwassets/open-wifi.svg" alt="Avatar" class="avatar">
|
||||||
|
|||||||
Reference in New Issue
Block a user