Fixed signin bug

This commit is contained in:
farhatahmad
2019-11-14 11:59:37 -05:00
parent da80fb55c7
commit 2b9ab05e1e
2 changed files with 8 additions and 3 deletions

View File

@ -121,7 +121,7 @@ Metrics/ClassLength:
# Limit lines to 80 characters.
Metrics/LineLength:
Max: 120
Max: 130
# Avoid methods longer than 10 lines of code.
Metrics/MethodLength: