mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-12 12:05:24 +00:00
setup sync screen
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
angular.module('app').controller("UserController", function($scope, $http, user, notify) {
|
||||
|
||||
$scope.user = user;
|
||||
$scope.account = user;
|
||||
|
||||
// get the user details
|
||||
$http({method: 'GET', url: '/v1/user'}).
|
||||
|
||||
Reference in New Issue
Block a user