Skip to content

Commit

Permalink
Merge pull request #93 from jorge-menjivar/dev
Browse files Browse the repository at this point in the history
Updates from dev branch
  • Loading branch information
jorge-menjivar authored Nov 21, 2023
2 parents 2596be1 + c0160c4 commit ce4e568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/unsaged/next-i18next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
i18n: {
localeDetection: false,
defaultLocale: 'en',
locales: [
"bn",
Expand Down
2 changes: 1 addition & 1 deletion packages/unsaged/utils/app/auth/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getSession } from '@/node_modules/next-auth/react';
import { getSession } from 'next-auth/react';

import { Session, User } from '@/types/auth';

Expand Down

2 comments on commit ce4e568

@vercel
Copy link

@vercel vercel bot commented on ce4e568 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

unsaged – ./packages/unsaged

unsaged-seven.vercel.app
unsaged-jorge-menjivar.vercel.app
app.unsaged.com
unsaged-git-main-jorge-menjivar.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ce4e568 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.