Skip to content
Snippets Groups Projects
Commit 816acbda authored by Akmal Mahardika Nurwahyu Pratama's avatar Akmal Mahardika Nurwahyu Pratama
Browse files

fix: ketinggalan :"

parent fd7d33ee
Branches
Tags
No related merge requests found
Pipeline #61473 canceled with stages
package com.example.myapplication.models
import com.google.gson.annotations.SerializedName
data class LoginRequest(
@SerializedName("email")
val email: String,
@SerializedName("password")
val password: String
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment