mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 13:02:39 +00:00
Don't default to having OL account in account checker
This commit is contained in:
parent
59910320fe
commit
1fb0471327
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ define [
|
|||
"base"
|
||||
], (App) ->
|
||||
App.controller "AccountMergeCheckerController", ($scope) ->
|
||||
$scope.hasOlAccount = true
|
||||
$scope.hasOlAccount = null
|
||||
|
|
Loading…
Reference in a new issue