mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
fix merge
This commit is contained in:
@ -140,7 +140,7 @@ apipatterns = [
|
||||
# SocialAccountDisconnectView.as_view(),
|
||||
# name='social_account_disconnect',
|
||||
# ),
|
||||
path('login/', users.api.Login.as_view(), name='api-login'),
|
||||
# path('login/', users.api.Login.as_view(), name='api-login'),
|
||||
path('logout/', users.api.Logout.as_view(), name='api-logout'),
|
||||
path(
|
||||
'login-redirect/',
|
||||
|
@ -38,7 +38,7 @@ def move_mfa(apps, schema_editor):
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [('users', '0011_auto_20240523_1640'),
|
||||
dependencies = [('users', '0012_alter_ruleset_can_view'),
|
||||
('otp_static', '0002_throttling'),
|
||||
('otp_totp', '0002_auto_20190420_0723'),
|
||||
('mfa', '0002_authenticator_timestamps'),]
|
Reference in New Issue
Block a user