]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak add basic scope definition
authorMarcin Haba <marcin.haba@bacula.pl>
Sat, 13 Nov 2021 09:38:51 +0000 (10:38 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:27 +0000 (09:03 +0100)
gui/baculum/protected/Common/JavaScript/misc.js

index 3f5d76f5e3fc2aaab5286512cd2d0f8859b3a17a..a55d093d74ae23ebae025b67d563084079c98862 100644 (file)
@@ -225,7 +225,8 @@ var OAuth2Scopes = [
        'schedules',
        'config',
        'actions',
-       'oauth2'
+       'oauth2',
+       'basic'
 ];
 var set_scopes = function(field_id) {
        document.getElementById(field_id).value = OAuth2Scopes.join(' ');