mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
[-] Secrets
This commit is contained in:
parent
a7e1c514e4
commit
b69adc4ed4
0
src/service/api.test.js
Normal file
0
src/service/api.test.js
Normal file
@ -78,10 +78,9 @@ class serviiApi {
|
||||
}
|
||||
|
||||
private static token(): string {
|
||||
//const currentUser = getAuth().currentUser;
|
||||
//if (!currentUser) {throw new Error('No user is currently logged in.');}
|
||||
//return currentUser.uid;
|
||||
return "MpkbDMOO8PQddQgB5VgBQdTMWF53"
|
||||
const currentUser = getAuth().currentUser;
|
||||
if (!currentUser) {throw new Error('No user is currently logged in.');}
|
||||
return currentUser.uid;
|
||||
}
|
||||
|
||||
public static async setSubdomain(subdomain: string): Promise<ApiResponse> {
|
||||
|
Loading…
Reference in New Issue
Block a user