mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Remove unnecessary parens
This commit is contained in:
@@ -130,7 +130,7 @@ define [
|
||||
.catch (err) ->
|
||||
$scope.state.inflight = false
|
||||
$scope.state.error = true
|
||||
if (err.status? and err.status == 400)
|
||||
if err.status? and err.status == 400
|
||||
$scope.state.errorReason = 'invalid_email'
|
||||
else
|
||||
$scope.state.errorReason = null
|
||||
|
||||
Reference in New Issue
Block a user