File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/src/main/kotlin/ee/ria/DigiDoc/utils Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,5 +67,6 @@ object Constant {
6767 const val MYEID_IDENTIFICATION_METHOD_SCREEN = " myeid_identification_method_route"
6868 const val MYEID_SCREEN = " myeid_screen_route"
6969 const val MYEID_PIN_SCREEN = " myeid_pin_screen_route"
70+ const val WEB_EID_SCREEN = " web_eid_screen_route"
7071 }
7172}
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ import ee.ria.DigiDoc.utils.Constant.Routes.SIGNING_FILE_CHOOSING_SCREEN
5858import ee.ria.DigiDoc.utils.Constant.Routes.SIGNING_SCREEN
5959import ee.ria.DigiDoc.utils.Constant.Routes.SIGNING_SERVICES_SCREEN
6060import ee.ria.DigiDoc.utils.Constant.Routes.VALIDATION_SERVICES_SCREEN
61+ import ee.ria.DigiDoc.utils.Constant.Routes.WEB_EID_SCREEN
6162
6263sealed class Route (
6364 val route : String ,
@@ -135,4 +136,6 @@ sealed class Route(
135136 data object MyEidScreen : Route (MYEID_SCREEN )
136137
137138 data object MyEidPinScreen : Route (MYEID_PIN_SCREEN )
139+
140+ data object WebEidScreen : Route (WEB_EID_SCREEN )
138141}
You can’t perform that action at this time.
0 commit comments