Skip to content

Commit

Permalink
Add profcomff id auth method (#287)
Browse files Browse the repository at this point in the history
## Изменения
Добавил кнопку Profcomff ID в методы входа

## Детали реализации
- Добавлена иконка
- Добавлен метод входа
  • Loading branch information
dyakovri authored Nov 24, 2024
1 parent c73da73 commit c39ed82
Show file tree
Hide file tree
Showing 5 changed files with 510 additions and 398 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,36 @@
"check": "vue-tsc && pnpm run lint && pnpm run prettier && pnpm run stylelint"
},
"dependencies": {
"@profcomff/api-uilib": "^2024.10.22",
"@profcomff/api-uilib": "^2024.11.24",
"markdown-it": "^14.1.0",
"openapi-fetch": "^0.13.0",
"pinia": "^2.2.6",
"query-string": "^9.1.1",
"ua-parser-js": "^1.0.39",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@profcomff/api-uilib": "^2024.9.29",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"openapi-typescript": "^7.4.3",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-preset-env": "^10.1.0",
"postcss-preset-env": "^10.1.1",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-recommended-vue": "^1.5.0",
Expand Down
Loading

0 comments on commit c39ed82

Please sign in to comment.