Skip to content

Commit

Permalink
Merge pull request #17 from openfort-xyz/of-612-fix-missing-telegramm…
Browse files Browse the repository at this point in the history
…iniapp-on-openfort-node

fix: missing telegramMiniApp provider
  • Loading branch information
gllm-dev authored Oct 29, 2024
2 parents d89e63a + dcc69cf commit 6f402e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generated/models/AuthProviderResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

import { HttpFile } from '../http/http';

export type AuthProviderResponse = "email" | "wallet" | "google" | "twitter" | "discord" | "epic_games" | "facebook" | "accelbyte" | "firebase" | "lootlocker" | "playfab" | "supabase" | "custom" | "oidc" ;
export type AuthProviderResponse = "email" | "wallet" | "google" | "twitter" | "discord" | "epic_games" | "facebook" | "telegram" | "accelbyte" | "firebase" | "lootlocker" | "playfab" | "supabase" | "custom" | "oidc" | "telegramMiniApp" ;
2 changes: 1 addition & 1 deletion src/generated/models/OAuthProvders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

import { HttpFile } from '../http/http';

export type OAuthProvders = "google" | "twitter" | "facebook" | "discord" | "epic_games" | "accelbyte" | "firebase" | "lootlocker" | "playfab" | "supabase" | "custom" | "oidc" ;
export type OAuthProvders = "google" | "twitter" | "facebook" | "discord" | "epic_games" | "telegram" | "accelbyte" | "firebase" | "lootlocker" | "playfab" | "supabase" | "custom" | "oidc" | "telegramMiniApp" ;

0 comments on commit 6f402e6

Please sign in to comment.