Skip to content

Commit

Permalink
fix: remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
Saiya committed Mar 2, 2021
1 parent 2519fed commit e886f05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/home/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ homeModule.config([
$scope.authStatus = {status: 'warning', message: 'loading'};

getCurrentUser().then(res => {
console.log('curr', res)
$scope.authStatus = res;
$scope.$digest();
})
Expand Down
3 changes: 0 additions & 3 deletions app/index-auth.js

This file was deleted.

1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<script src="app/app.js"></script>
<script src="app/home/home.js"></script>
<script src="app/home/down-git.js"></script>
<script src="./app/index-auth.js"></script>
<script>
$(function () {
setTimeout(() => {
Expand Down

0 comments on commit e886f05

Please sign in to comment.