Skip to content

Commit

Permalink
Added SHA256 import
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPienaar committed Jul 10, 2023
1 parent ed843f3 commit 850252e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/users/users.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { User } from './entities/user.entity';
import { Repository } from 'typeorm';
import { AuthService } from '../auth/auth.service';
import { UserDTO } from './dto/user.dto';
import { SHA256 } from 'crypto-js';
import * as CryptoJS from 'crypto-js';
import 'dotenv/config';

Expand Down

0 comments on commit 850252e

Please sign in to comment.