Skip to content

Commit

Permalink
fix(auth): fix double Metric declaration 馃悰
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBrisorgueil committed May 1, 2020
1 parent 691a18e commit cd23805
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions waosSwift/modules/auth/controllers/AuthSigninController.swift
Expand Up @@ -11,12 +11,6 @@ import ReactorKit

final class AuthSignInController: CoreController, View, Stepper {

// MARK: Constants

struct Metric {
static let primary = UIColor(named: config["theme"]["themes"]["waos"]["primary"].string ?? "")
}

// MARK: UI

let inputEmail = CoreUITextField().then {
Expand Down
6 changes: 0 additions & 6 deletions waosSwift/modules/auth/controllers/AuthSignupController.swift
Expand Up @@ -11,12 +11,6 @@ import ReactorKit

final class AuthSignUpController: CoreController, View, Stepper {

// MARK: Constants

struct Metric {
static let primary = UIColor(named: config["theme"]["themes"]["waos"]["primary"].string ?? "")
}

// MARK: UI

let inputFirstName = CoreUITextField().then {
Expand Down

0 comments on commit cd23805

Please sign in to comment.