Skip to content

Commit

Permalink
πŸ› fix register link - #96
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Feb 27, 2024
1 parent 4c7919f commit f6a8ff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LogInScreenViewModel @Inject constructor(
) {

companion object {
const val URL_GOOGLE_CREATE_ACCOUNT = "https://accounts.google.com/Signup"
const val URL_GOOGLE_CREATE_ACCOUNT = "https://accounts.google.com/signup"
}

private var shouldGoToPlayStore: Boolean = false
Expand Down

0 comments on commit f6a8ff3

Please sign in to comment.