File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ module.exports = function(User) {
205205 realmDelimiter ) ;
206206
207207 if ( realmRequired && ! query . realm ) {
208- var err1 = new Error ( g . f ( 'realm is required' ) ) ;
208+ var err1 = new Error ( g . f ( '{{ realm}} is required' ) ) ;
209209 err1 . statusCode = 400 ;
210210 err1 . code = 'REALM_REQUIRED' ;
211211 fn ( err1 ) ;
Original file line number Diff line number Diff line change 1919 "860d1a0b8bd340411fb32baa72867989" : " The transport does not support HTTP redirects." ,
2020 "895b1f941d026870b3cc8e6af087c197" : " {{username}} or {{email}} is required" ,
2121 "a50d10fc6e0959b220e085454c40381e" : " User not found: {0}" ,
22- "ad24a933c0351aa6fc39c8f1431b0ee4 " : " realm is required" ,
22+ "ba96498b10c179f9cd75f75c8def4f70 " : " {{ realm}} is required" ,
2323 "c34fa20eea0091747fcc9eda204b8d37" : " could not find {{accessToken}}" ,
2424 "c68a93f0a9524fed4ff64372fc90c55f" : " Must provide a valid email" ,
2525 "f58cdc481540cd1f69a4aa4da2e37981" : " Invalid password: {0}" ,
You can’t perform that action at this time.
0 commit comments