mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Basic controller for account merge checker
This commit is contained in:
@@ -24,6 +24,7 @@ define [
|
||||
"main/affiliations/controllers/UserAffiliationsController"
|
||||
"main/affiliations/factories/UserAffiliationsDataService"
|
||||
"main/keys"
|
||||
"main/account-merge-checker"
|
||||
"main/cms/index"
|
||||
"analytics/AbTestingManager"
|
||||
"directives/asyncForm"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
define [
|
||||
"base"
|
||||
], (App) ->
|
||||
App.controller "AccountMergeCheckerController", ($scope) ->
|
||||
$scope.hasOlAccount = true
|
||||
Reference in New Issue
Block a user