forked from fnbrjs/fnbr.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from tnfAngel/LeleDerGrasshalmi-fix-chat-eos-c…
…onnect Lele der grasshalmi fix chat eos connect
- Loading branch information
Showing
18 changed files
with
780 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
export enum AuthSessionType { | ||
Fortnite = 'fortnite', | ||
FortniteClientCredentials = 'fortniteClientCredentials', | ||
EOS = 'eos', | ||
Launcher = 'launcher', | ||
} | ||
|
||
export enum AuthSessionStoreKey { | ||
Fortnite = 'fortnite', | ||
FortniteClientCredentials = 'fortniteClientCredentials', | ||
FortniteEOS = 'fortniteEOS', | ||
Launcher = 'launcher', | ||
} |
Oops, something went wrong.