removed unused import

This commit is contained in:
joseji 2022-11-22 11:19:42 +01:00
parent 3aeb9dd0f1
commit e55f516c51

View File

@ -39,7 +39,6 @@ import { bobBaumeister } from '@/seeds/users/bob-baumeister'
import { encryptPassword } from '@/password/PasswordEncryptor'
import { PasswordEncryptionType } from '../enum/PasswordEncryptionType'
import { SecretKeyCryptographyCreateKey } from '@/password/EncryptorUtils'
import { tokenToString } from 'typescript'
// import { klicktippSignIn } from '@/apis/KlicktippController'