Merge branch 'main' into fix_security_link

This commit is contained in:
SleeplessOne1917 2024-02-16 15:15:36 +00:00 committed by GitHub
commit 77c04ca1db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

@ -1 +1 @@
Subproject commit 5d4946e598630e06b890400ca92696d533ad9edb Subproject commit 91563f222284e19def549ac5247039b398c78931

View file

@ -1,3 +1,7 @@
body {
overflow-y: scroll !important;
}
.navbar-expand-lg .navbar-nav .nav-link { .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 0.75rem !important; padding-right: 0.75rem !important;
padding-left: 0.75rem !important; padding-left: 0.75rem !important;

View file

@ -653,7 +653,7 @@ export default class ContentActionDropdown extends Component<
: "appoint_as_mod_are_you_sure", : "appoint_as_mod_are_you_sure",
{ {
user: getApubName(creator), user: getApubName(creator),
community: getApubName(creator), community: getApubName(community),
}, },
)} )}
loadingMessage={I18NextService.i18n.t( loadingMessage={I18NextService.i18n.t(

View file

@ -97,8 +97,8 @@ class PasswordInput extends Component<PasswordInputProps, PasswordInputState> {
onInput={onInput} onInput={onInput}
value={value} value={value}
required required
maxLength={60} pattern=".{10,60}"
minLength={10} title={I18NextService.i18n.t("invalid_password")}
/> />
<button <button
className="btn btn-outline-dark" className="btn btn-outline-dark"