Skip to content

Commit a933d6d

Browse files
committed
fixup! chore: change app signing key to be 96 bytes
1 parent b38c1c8 commit a933d6d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

coderd/database/querier.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries.sql.go

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/xServices/auth/authXService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export const authMachine =
367367
clearUpdateProfileError: assign({
368368
updateProfileError: (_) => undefined,
369369
}),
370-
redirect: (_, { data }) => {
370+
redirect: (_, _data) => {
371371
window.location.href = location.origin
372372
},
373373
},

0 commit comments

Comments
 (0)