server/lib/constants.dart
2025-05-27 09:48:44 +03:00

7 lines
160 B
Dart

const token = "token";
const emailKey = 'email';
const identityKey = 'identity';
const passwordKey = 'password';
const confirmPasswordKey = 'passwordConfirm';