typo change
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustpad"
|
name = "rustpad"
|
||||||
version = "0.0.34"
|
version = "0.0.35"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.94"
|
rust-version = "1.94"
|
||||||
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
description = "Collaborative Markdown notepad built with Axum, WebSockets and SQLite, PostgreSQL and MySQL"
|
||||||
|
|||||||
@@ -2658,7 +2658,7 @@ dialog::backdrop {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-action--primary {
|
.footer-action--primary {
|
||||||
border-color: color-mix(in srgb, var(--accent) 55%, var(--border));
|
border-color: color-mix(in srgb, var(--accent) 40%, var(--border));
|
||||||
color: #d9d2ff;
|
color: #d9d2ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -97,7 +97,7 @@
|
|||||||
<div class="identity-fields">
|
<div class="identity-fields">
|
||||||
<label>Nickname<input id="nickname" name="nickname" maxlength="40" autocomplete="off" data-bwignore="true"
|
<label>Nickname<input id="nickname" name="nickname" maxlength="40" autocomplete="off" data-bwignore="true"
|
||||||
placeholder="Your nickname"></label>
|
placeholder="Your nickname"></label>
|
||||||
<label id="auth-email-field">E-mail / LDAP login<input id="auth-email" name="username" type="email"
|
<label id="auth-email-field">E-mail<input id="auth-email" name="username" type="email"
|
||||||
maxlength="320" autocomplete="username" required placeholder="you@example.com"></label>
|
maxlength="320" autocomplete="username" required placeholder="you@example.com"></label>
|
||||||
<label>Password<input id="auth-password" name="password" type="password" minlength="8" maxlength="128"
|
<label>Password<input id="auth-password" name="password" type="password" minlength="8" maxlength="128"
|
||||||
autocomplete="current-password" required placeholder="At least 8 characters"></label>
|
autocomplete="current-password" required placeholder="At least 8 characters"></label>
|
||||||
|
|||||||
Reference in New Issue
Block a user