Skip to content

Commit 4fb4a48

Browse files
author
Andrés Usán
committed
Fixed model name
1 parent 7f9842a commit 4fb4a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trench/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from trench.utils import get_mfa_model
44

55

6-
MFAModel = get_mfa_model()
6+
MFAMethod = get_mfa_model()
77

88

99
@admin.register(MFAMethod)

0 commit comments

Comments
 (0)