Android builds fixed
- new icon - fixed android icons - fixed android status & navigation bar - added "Splash" page
This commit is contained in:
parent
8fe2b5cf28
commit
6ff37cb3be
85 changed files with 415 additions and 161 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<title>Larpix - Authentication</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<link rel="icon" type="image/svg+xml" href="../favicon.svg">
|
||||
|
|
@ -249,7 +249,7 @@
|
|||
<p>Prove you are a human.</p>
|
||||
</div>
|
||||
<div class="captcha-img">
|
||||
<img src="https://miro.medium.com/0*obnHri9w__4Cmhbj.jpg" alt="Captcha" id="captcha-image">
|
||||
<img src="" alt="Captcha" id="captcha-image">
|
||||
</div>
|
||||
<form id="form-captcha">
|
||||
<div class="input-group">
|
||||
|
|
@ -342,7 +342,7 @@
|
|||
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
showNotification("Something went wrong...", "error", 3500);
|
||||
showNotification("Something went wrong... (probably wrong password)", "error", 3500);
|
||||
container.className = 'auth-container';
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue