Skip to content

Commit

Permalink
[remove] Authing Guard components & packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Sep 1, 2024
1 parent 14636ab commit ba2a2d9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1,267 deletions.
3 changes: 2 additions & 1 deletion components/Activity/QuestionnairePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ export class QuestionnaireForm extends PureComponent<QuestionnaireFormProps> {
{t('please_complete_all_mandatory_fields_before_you_proceed')}
<a
className="text-primary ms-2"
title={t('edit_profile_tips')}
target="_blank"
href="https://ophapiv2-demo.authing.cn/u"
href="https://github.com/settings/profile"
rel="noreferrer"
>
{t('personal_profile')}
Expand Down
33 changes: 0 additions & 33 deletions components/User/AuthingGuard.tsx

This file was deleted.

52 changes: 0 additions & 52 deletions components/User/SessionBox.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion models/Activity/Award.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { User } from '@authing/native-js-ui-components';
import { User } from '@kaiyuanshe/openhackathon-service';
import { Base, Media, Team } from '@kaiyuanshe/openhackathon-service';
import { ListModel, Stream, toggle } from 'mobx-restful';

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"node": ">=20"
},
"dependencies": {
"@authing/native-js-ui-components": "^3.1.31",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
Expand Down
Loading

1 comment on commit ba2a2d9

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for open-hackathon ready!

✅ Preview
https://open-hackathon-r7xjoemoa-techquerys-projects.vercel.app

Built with commit ba2a2d9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.