Skip to content

Commit

Permalink
[ug reg] removed old attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed May 25, 2024
1 parent 7b692ce commit dd29339
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 363 deletions.
9 changes: 1 addition & 8 deletions lib/init.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import 'package:sit/session/sso.dart';
import 'package:sit/update/init.dart';

import '../widgets/captcha_box.dart';
import 'session/ug_registration_new.dart';

class Init {
const Init._();
Expand Down Expand Up @@ -85,13 +84,7 @@ class Init {
);
ugRegSession = UgRegistrationSession(
ssoSession: ssoSession,
)
// UgRegistrationSessionNew(
// dio: dio,
// ssoSession: ssoSession,
// inputCaptcha: _inputCaptcha,
// )
;
);
ywbSession = YwbSession(
dio: dio,
);
Expand Down
355 changes: 0 additions & 355 deletions lib/session/ug_registration_new.dart

This file was deleted.

0 comments on commit dd29339

Please sign in to comment.