Skip to content

Commit

Permalink
Merge pull request #221 from Muska-Ami/dev
Browse files Browse the repository at this point in the history
Well, I'm stupid.
  • Loading branch information
Muska-Ami authored Dec 23, 2024
2 parents d4c48b7 + e1ffda3 commit 60aa5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyalcf_gui/nyalcf_ui/lib/views/auth/authorize.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class _AuthorizeState extends State<AuthorizeUI> {

@override
void initState() {
const url = 'http://localhost:5173/auth/oauth/authorize'
const url = 'https://dashboard.locyanfrp.cn/auth/oauth/authorize'
'?app_id=1'
'&scopes=User,Proxy,Sign'
'&redirect_url=http://localhost:21131/oauth/callback';
Expand Down

0 comments on commit 60aa5d8

Please # to comment.