Skip to content

Commit b8bce69

Browse files
Merge pull request #14 from FLock-io/fix/revert-login-redirect
revert login with redirect and bump version
2 parents f1d2d97 + 4400543 commit b8bce69

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "FLock Client",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"keywords": [
55
"electron",
66
"boilerplate",

release/app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flock-client",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "FLock Client",
55
"license": "MIT",
66
"author": {

src/renderer/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export default function App() {
9797
privateKeyProvider,
9898
adapterSettings: {
9999
network: 'cyan',
100-
uxMode: 'redirect',
101100
},
102101
});
103102
web3AuthInstance.configureAdapter(openloginAdapterInstance);

0 commit comments

Comments
 (0)