mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 17:19:34 +00:00
Fix missing semicolon in password strength controller
Co-authored-by: jbtronics <5410681+jbtronics@users.noreply.github.com>
This commit is contained in:
parent
8400f3ed21
commit
f503251689
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default class extends Controller {
|
|||
classes = "bg-warning badge-warning";
|
||||
break;
|
||||
case 2:
|
||||
text = trans("user.password_strength.medium", {}, 'frontend')
|
||||
text = trans("user.password_strength.medium", {}, 'frontend');
|
||||
classes = "bg-info badge-info";
|
||||
break;
|
||||
case 3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue