From d86f43af55c96a567a07a4ea9648f04e55ce39ce Mon Sep 17 00:00:00 2001 From: oleg Date: Wed, 19 Feb 2020 12:03:48 -0800 Subject: [PATCH] Add LOG_INTO_APP and remove duplication --- lib/this_data/verbs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/this_data/verbs.rb b/lib/this_data/verbs.rb index aa4778b..a9305ab 100644 --- a/lib/this_data/verbs.rb +++ b/lib/this_data/verbs.rb @@ -12,7 +12,7 @@ class Verbs LOG_OUT = 'log-out' LOG_IN_DENIED = 'log-in-denied' LOG_IN_CHALLENGE = 'log-in-challenge' - LOG_IN_CHALLENGE = 'log-in-challenge' + LOG_INTO_APP = 'log-into-app' DESKTOP_LOGIN_SUCCESS = 'desktop-login-success' ACCESS = 'access'