mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Remove unused test method.
This commit is contained in:
parent
4a6a4376ec
commit
225f41fbbf
@ -13,15 +13,6 @@ import KlicktippConnector from 'klicktipp-api'
|
||||
|
||||
const klicktippConnector = new KlicktippConnector()
|
||||
|
||||
export const fieldIndex = async () => {
|
||||
const isLogin = await loginKlicktippUser()
|
||||
if (isLogin) {
|
||||
const result = await klicktippConnector.fieldIndex()
|
||||
return result
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
export const klicktippSignIn = async (
|
||||
email: string,
|
||||
language: string,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user