gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 198/459: back to where it should be


From: gnunet
Subject: [reclaim-ui] 198/459: back to where it should be
Date: Fri, 11 Jun 2021 23:24:50 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 552645feb3f1844cb4762d35a7624866e9275115
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Mon May 18 13:52:04 2020 +0200

    back to where it should be
---
 src/app/webfinger.service.ts | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/app/webfinger.service.ts b/src/app/webfinger.service.ts
index 94874af..235f1ef 100644
--- a/src/app/webfinger.service.ts
+++ b/src/app/webfinger.service.ts
@@ -1,7 +1,6 @@
 import { HttpClient, HttpHeaders} from '@angular/common/http';
 import { Injectable } from '@angular/core'
 import { Observable } from 'rxjs';
-import { IdProvider } from './id-provider'
 
 // https://github.com/d-koppenhagen/webfinger
 
@@ -15,8 +14,8 @@ export class WebfingerService {
 
     
  
-    getLink (email: string): Observable<IdProvider>{
-        return this.http.get<IdProvider>(this.webfingerEndpoint + 
'/.well-known/webfinger?resource=acct:' + email);
+    getLink (email: string): Observable<any>{
+        return this.http.get<any>(this.webfingerEndpoint + 
'/.well-known/webfinger?resource=acct:' + email);
     }
 
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]