Merge branch 'v3' of github.com:jumpserver/jumpserver into v3

This commit is contained in:
ibuler
2022-11-27 18:31:34 +08:00
12 changed files with 164 additions and 104 deletions

View File

@@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('authentication', '0014_auto_20221122_2152'),
('authentication', '0015_alter_connectiontoken_login'),
]
operations = [