mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:54:57 -06:00
parent
1e442e830a
commit
84e46aeaf8
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@ class AuthManager {
|
|||
switch (provider) {
|
||||
case AUTH_PROVIDER_FACEBOOK:
|
||||
return { authorization: `facebook-token ${token}` };
|
||||
case AUTH_PROVIDER_GOOGLE:
|
||||
return { authorization: `google-token ${token}` };
|
||||
default:
|
||||
return {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue