mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Resolve linter issues
This commit is contained in:
@@ -75,8 +75,7 @@ describe('/api/v1/auth/local', () => {
|
||||
|
||||
describe('email confirmation enabled', () => {
|
||||
beforeEach(() =>
|
||||
SettingsService.update({ requireEmailConfirmation: true })
|
||||
);
|
||||
SettingsService.update({ requireEmailConfirmation: true }));
|
||||
|
||||
describe('#post', () => {
|
||||
it('should not allow a login from a user that is not confirmed', () => {
|
||||
|
||||
Reference in New Issue
Block a user