mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Withdrew the console.log entries.
This commit is contained in:
parent
4e1d5524a4
commit
e931b394ec
@ -39,7 +39,6 @@ export class KlicktippConnector {
|
||||
const res = await this.httpRequest('/account/login', 'POST', { username, password }, false)
|
||||
|
||||
if (!res.isAxiosError) {
|
||||
console.log('res.data', res.data)
|
||||
this.sessionId = res.data.sessid
|
||||
this.sessionName = res.data.session_name
|
||||
|
||||
@ -398,7 +397,7 @@ export class KlicktippConnector {
|
||||
*/
|
||||
async subscriberIndex(): Promise<[string]> {
|
||||
const res = await this.httpRequest('/subscriber', 'GET', undefined, true)
|
||||
console.log('SubscriberIndex.res', res)
|
||||
|
||||
if (!res.isAxiosError) {
|
||||
return res.data
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user