Skip to content

Commit

Permalink
Merge commit '081f922ee61334f2f6895b01d3ed3ff5d3252b8e'
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoyie committed May 29, 2024
2 parents 6dd3caf + 081f922 commit 4fa0ef5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ volumes:

networks:
ragflow:
driver: bridge
driver: bridge
2 changes: 1 addition & 1 deletion docker/service_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ authentication:
permission:
switch: false
component: false
dataset: false
dataset: false
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ yarl==1.9.4
zhipuai==2.0.1
BCEmbedding
loguru==0.7.2
PyJWT==2.8.0
PyJWT==2.8.0
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ BCEmbedding
loguru==0.7.2
ollama==0.1.8
redis==5.0.4
PyJWT==2.8.0
PyJWT==2.8.0
4 changes: 4 additions & 0 deletions web/src/pages/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ const Login = () => {
try {
const params = await form.validateFields();

<<<<<<< HEAD
// const rsaPassWord = rsaPsw(params.password) as string;

// Integrate with Penless, don't need to encrypt
const rsaPassWord = params.password;
=======
const rsaPassWord = rsaPsw(params.password) as string;
>>>>>>> 081f922ee61334f2f6895b01d3ed3ff5d3252b8e

if (title === 'login') {
const retcode = await login({
Expand Down

0 comments on commit 4fa0ef5

Please sign in to comment.