Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Muska-Ami/NyaLCF into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Dec 24, 2024
2 parents 52c06de + e1ffda3 commit 112b05d
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 112b05d

Please sign in to comment.