mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
Fix typo in simple-authentication.js
This commit is contained in:
parent
ce18073ebc
commit
9eed7a0601
@ -31,7 +31,7 @@ function unsecureAuthentication(app) {
|
|||||||
path: '/api/admin/login',
|
path: '/api/admin/login',
|
||||||
type: 'unsecure',
|
type: 'unsecure',
|
||||||
message:
|
message:
|
||||||
'You have to indetify yourself in order to use Unleash.',
|
'You have to indentify yourself in order to use Unleash.',
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.end();
|
.end();
|
||||||
|
Loading…
Reference in New Issue
Block a user