refactor: use sync bcrypt to avoid issues with worker perms
refactor: fix up includes
This commit is contained in:
parent
e397bc884b
commit
1a02dcfcc3
27 changed files with 104 additions and 178 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as asserts from 'jsr:@std/assert';
|
||||
import * as asserts from '@std/assert';
|
||||
import { EPHEMERAL_SERVER, get_ephemeral_listen_server, get_new_user, set_user_permissions } from '../../../helpers.ts';
|
||||
import { api, API_CLIENT } from '../../../../utils/api.ts';
|
||||
import { generateTotp } from '@stdext/crypto/totp';
|
||||
import { generateTotp } from '../../../../utils/totp.ts';
|
||||
import { clear_room_events_cache } from '../../../../models/event.ts';
|
||||
|
||||
Deno.test({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue