mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
feat: add basic instruction to paste device key from qtfm-device-id
This commit is contained in:
@@ -48,5 +48,5 @@ export const selectKWMv2Key = (state: RootState, headerView: DataView): string |
|
||||
return ekey;
|
||||
};
|
||||
|
||||
export const selectStagingQtfmAndroidDevice = (state: RootState) => state.settings.staging.qtfm.android;
|
||||
export const selectQtfmAndroidDevice = (state: RootState) => state.settings.production.qtfm.android;
|
||||
export const selectStagingQtfmAndroidKey = (state: RootState) => state.settings.staging.qtfm.android;
|
||||
export const selectQtfmAndroidKey = (state: RootState) => state.settings.production.qtfm.android;
|
||||
|
||||
Reference in New Issue
Block a user