Files
frontend-app-authn/public/index.html
Waheed Ahmed 7af8c5b482 Add backend validation on password reset page.
On old password reset page we use backend endpoint to validate password,
added same functionality for the MFE.

VAN-87
2020-11-05 15:39:49 +05:00

13 lines
329 B
HTML

<!doctype html>
<html lang="en-us">
<head>
<title>Logistration | edX</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body>
<div id="root"></div>
</body>
</html>