Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ee4349b

Browse files
author
Nick Litwin
committed
Add back accidentally deleted line
1 parent 29e7e63 commit ee4349b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/account/logout/logout.controller.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import angular from 'angular'
88
LogoutController.$inject = ['$log', 'TcAuthService', '$window', 'CONSTANTS']
99

1010
function LogoutController($log, TcAuthService, $window, CONSTANTS) {
11+
$log = $log.getInstance('LogoutController')
12+
1113
TcAuthService.logout()
1214
.then(function() {
1315
$log.debug('successfully logged out.')

0 commit comments

Comments
 (0)