Archived
Login page now disallows visiting a domain other than the school's login page to prevent a successful login from another domain allowing access to the app's content
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import androidx.room.Entity
|
||||
import androidx.room.PrimaryKey
|
||||
|
||||
@Entity(tableName = "subst_table")
|
||||
internal data class Subst(
|
||||
internal data class Substitution(
|
||||
val group: String,
|
||||
val date: String,
|
||||
val time: String,
|
||||
Reference in New Issue
Block a user