This repository was archived by the owner on Dec 29, 2025. It is now read-only.
Feature/forgot password #12
Merged
Annotations
10 warnings
|
Types/RefreshTokenData.cs#L6
Non-nullable field 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/RefreshTokenData.cs#L7
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/LoginData.cs#L6
Non-nullable field 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/LoginData.cs#L7
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/Data.cs#L27
Non-nullable field 'accessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/Data.cs#L28
Non-nullable field 'refreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/Data.cs#L18
Non-nullable field 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/Data.cs#L19
Non-nullable field 'username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/Data.cs#L20
Non-nullable field 'email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Types/Data.cs#L22
Non-nullable field 'avatar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading