We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1853b47 commit fe833daCopy full SHA for fe833da
authorization-www-basic/controllers/default.js
@@ -9,7 +9,7 @@ function authorization() {
9
10
if (auth.empty) {
11
self.baa('This is secured area');
12
- // self.baa() sends the response automatically.
+ // It sends the response automatically.
13
return;
14
}
15
0 commit comments